Parcourir la source

fix lint error

Shun Miyazawa il y a 2 ans
Parent
commit
19019906a5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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
+            hasYjsDraft={false}
             isEditorMode
             onSave={saveHandler}
             onChange={setMarkdownToPreview}