Skip to content

Commit 3e141d5

Browse files
author
Amelia Wattenberger
committed
markdown: remove debug statement
1 parent 5a44dd1 commit 3e141d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

blocks/file-blocks/markdown-edit/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,10 @@ export default function (props: FileBlockProps) {
8888
const {
8989
content,
9090
context,
91-
// isEditable,
91+
isEditable,
9292
onUpdateContent,
9393
onRequestBlocksRepos,
9494
} = props;
95-
const isEditable = true;
9695

9796
const editorRef = React.useRef<HTMLDivElement>(null);
9897
const viewRef = React.useRef<EditorView>();

0 commit comments

Comments
 (0)