mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Allow Tab and Shift+Tab on Codable
This commit is contained in:
parent
28679968f7
commit
c23665cf63
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ const codeMirrorOptions = {
|
||||||
gutters: ["CodeMirror-linenumbers", "CodeMirror-foldgutter"],
|
gutters: ["CodeMirror-linenumbers", "CodeMirror-foldgutter"],
|
||||||
matchTags: { bothTags: true },
|
matchTags: { bothTags: true },
|
||||||
autoCloseTags: true,
|
autoCloseTags: true,
|
||||||
|
extraKeys: { Tab: false, "Shift-Tab": false },
|
||||||
viewportMargin: Infinity,
|
viewportMargin: Infinity,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue