mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 14:29:10 -05:00
Allow Tab and Shift+Tab on Codable
This commit is contained in:
parent
dee7be2323
commit
2de2e7ccf5
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