There was an error while loading. Please reload this page.
1 parent 1e81b7b commit fe135cbCopy full SHA for fe135cb
1 file changed
editor/index.html
@@ -152,6 +152,7 @@
152
'Cmd-Enter': runSketch,
153
'Tab': cm => cm.execCommand('indentMore'),
154
'Shift-Tab': cm => cm.execCommand('indentLess'),
155
+ 'Backspace': cm => cm.execCommand('delCharBefore'),
156
},
157
});
158
0 commit comments