re #1067, remove lingering commented-out code
This commit is contained in:
parent
81a76a1529
commit
c925da8c17
1 changed files with 0 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue