Explorar el Código

fix lint error

Shun Miyazawa hace 2 años
padre
commit
19019906a5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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}