diff --git a/ts/editor/codable.ts b/ts/editor/codable.ts index cdc062916..8b86bffd0 100644 --- a/ts/editor/codable.ts +++ b/ts/editor/codable.ts @@ -22,6 +22,7 @@ const codeMirrorOptions = { autoCloseTags: true, extraKeys: { Tab: false, "Shift-Tab": false }, viewportMargin: Infinity, + lineWiseCopyCut: false, }; const parser = new DOMParser();