Reduce CodeMirror codeEditor historyEventDelay to 250

This commit is contained in:
Sean Robertson
2021-10-05 10:50:13 +13:00
parent 508eee3f95
commit 09b1543660
@@ -46,6 +46,7 @@ const CodeEditor = createClass({
mode : this.props.language, //TODO: CSS MODE DOESN'T SEEM TO LOAD PROPERLY mode : this.props.language, //TODO: CSS MODE DOESN'T SEEM TO LOAD PROPERLY
indentWithTabs : true, indentWithTabs : true,
tabSize : 2, tabSize : 2,
historyEventDelay : 250,
extraKeys : { extraKeys : {
'Ctrl-B' : this.makeBold, 'Ctrl-B' : this.makeBold,
'Cmd-B' : this.makeBold, 'Cmd-B' : this.makeBold,