diff --git a/blocks/file-blocks/markdown-edit/index.tsx b/blocks/file-blocks/markdown-edit/index.tsx index f36f0e3..3670475 100644 --- a/blocks/file-blocks/markdown-edit/index.tsx +++ b/blocks/file-blocks/markdown-edit/index.tsx @@ -29,7 +29,6 @@ import { highlightSpecialChars, keymap, ViewUpdate, - rectangularSelection, highlightActiveLineGutter, } from "@codemirror/view"; import { Block } from "@githubnext/blocks"; @@ -64,7 +63,6 @@ const extensions = [ bracketMatching(), closeBrackets(), autocompletion(), - rectangularSelection(), highlightSelectionMatches(), theme,