This commit is contained in:
Jori Lallo
2016-09-13 00:34:01 -07:00
parent 161fdea866
commit 9d2f415bf4

View File

@@ -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();
}