mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Fix missing break in case
This commit is contained in:
@@ -179,6 +179,7 @@ export default class Coriolis extends React.Component {
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
this._showModal(<ModalPermalink url={window.location.href}/>);
|
this._showModal(<ModalPermalink url={window.location.href}/>);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case 83: // 's'
|
case 83: // 's'
|
||||||
if (e.ctrlKey || e.metaKey) { // CTRL/CMD + s
|
if (e.ctrlKey || e.metaKey) { // CTRL/CMD + s
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|||||||
Reference in New Issue
Block a user