lint
This commit is contained in:
@@ -89,7 +89,6 @@ class DocumentEdit extends Component {
|
||||
}
|
||||
|
||||
// Cmd + m
|
||||
console.log(key)
|
||||
if (key.key === 'P' && key.shiftKey && (key.metaKey || key.ctrl.Key)) {
|
||||
this.store.togglePreview();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user