Skip to content

Commit

Permalink
comment out block
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Dec 13, 2023
1 parent 7321e32 commit 30c640e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/File/MilkdownSecondTry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const MarkdownEditor: React.FC<MarkdownEditorProps> = ({
.use(listener)
.use(prism)
// .use(menu)
.use(block)
// .use(block)
.use(cursor)
.use(clipboard)
// .use(slash)
Expand Down

0 comments on commit 30c640e

Please sign in to comment.