Skip to content

Commit fe135cb

Browse files
committed
fix backspace in editor
1 parent 1e81b7b commit fe135cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

editor/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
'Cmd-Enter': runSketch,
153153
'Tab': cm => cm.execCommand('indentMore'),
154154
'Shift-Tab': cm => cm.execCommand('indentLess'),
155+
'Backspace': cm => cm.execCommand('delCharBefore'),
155156
},
156157
});
157158

0 commit comments

Comments
 (0)