Skip to content

Commit

Permalink
markdown: remove rectuangular selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Wattenberger committed Aug 12, 2022
1 parent 821441b commit 2660ff9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blocks/file-blocks/markdown-edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import {
highlightSpecialChars,
keymap,
ViewUpdate,
rectangularSelection,
highlightActiveLineGutter,
} from "@codemirror/view";
import { Block } from "@githubnext/blocks";
Expand Down Expand Up @@ -64,7 +63,6 @@ const extensions = [
bracketMatching(),
closeBrackets(),
autocompletion(),
rectangularSelection(),
highlightSelectionMatches(),

theme,
Expand Down

0 comments on commit 2660ff9

Please sign in to comment.