Browse Source

fix lint error

Shun Miyazawa 2 years ago
parent
commit
dd696bd8c6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/editor/src/components/playground/Playground.tsx

+ 1 - 0
packages/editor/src/components/playground/Playground.tsx

@@ -70,6 +70,7 @@ export const Playground = (): JSX.Element => {
       <div className="flex-expand-horiz">
         <div className="flex-expand-vert">
           <CodeMirrorEditorMain
+            isEditorMode
             onSave={saveHandler}
             onChange={setMarkdownToPreview}
             onUpload={uploadHandler}