Skip to content

Commit aa2bc5d

Browse files
committed
[#1705] Remove Shift+Tab from CodeMirror Sublime keymap
1 parent d5b6a18 commit aa2bc5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/modules/IDE/components/Editor.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const beautifyHTML = beautifyJS.html;
6262
window.JSHINT = JSHINT;
6363
window.CSSLint = CSSLint;
6464
window.HTMLHint = HTMLHint;
65+
delete CodeMirror.keyMap.sublime['Shift-Tab'];
6566

6667
const IS_TAB_INDENT = false;
6768
const INDENTATION_AMOUNT = 2;

0 commit comments

Comments
 (0)