mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Merge pull request #1281 from hikaru-y/fix-codable-cut
Fix Ctrl-X behaviour in Codable
This commit is contained in:
commit
4dece5a972
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ const codeMirrorOptions = {
|
|||
autoCloseTags: true,
|
||||
extraKeys: { Tab: false, "Shift-Tab": false },
|
||||
viewportMargin: Infinity,
|
||||
lineWiseCopyCut: false,
|
||||
};
|
||||
|
||||
const parser = new DOMParser();
|
||||
|
|
Loading…
Reference in a new issue