re #1067, remove lingering commented-out code

This commit is contained in:
Cassie Tarakajian 2019-10-02 16:48:33 -04:00
parent 81a76a1529
commit c925da8c17

View file

@ -117,7 +117,6 @@ class Editor extends React.Component {
cm.replaceSelection(' '.repeat(INDENTATION_AMOUNT));
}
},
// Tab: 'indentMore',
[`${metaKey}-Enter`]: () => null,
[`Shift-${metaKey}-Enter`]: () => null,
[`${metaKey}-F`]: 'findPersistent',