mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -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"],
|
||||
matchTags: { bothTags: true },
|
||||
autoCloseTags: true,
|
||||
extraKeys: { Tab: false, "Shift-Tab": false },
|
||||
viewportMargin: Infinity,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue