Merge pull request #1281 from hikaru-y/fix-codable-cut
Fix Ctrl-X behaviour in Codable
This commit is contained in:
commit
4dece5a972
@ -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 New Issue
Block a user