Merge pull request #1281 from hikaru-y/fix-codable-cut

Fix Ctrl-X behaviour in Codable
This commit is contained in:
Damien Elmes 2021-07-08 10:16:51 +10:00 committed by GitHub
commit 4dece5a972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ const codeMirrorOptions = {
autoCloseTags: true,
extraKeys: { Tab: false, "Shift-Tab": false },
viewportMargin: Infinity,
lineWiseCopyCut: false,
};
const parser = new DOMParser();