Explorar el Código

add a comment

kaori hace 3 años
padre
commit
33f0809aac
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/app/src/components/PageEditor/Editor.tsx

+ 1 - 0
packages/app/src/components/PageEditor/Editor.tsx

@@ -65,6 +65,7 @@ const Editor: ForwardRefRenderFunction<IEditorMethods, EditorPropsType> = (props
   const { data: isMobile } = useIsMobile();
 
   const dropzoneRef = useRef<DropzoneRef>(null);
+  // CodeMirrorEditor ref
   const cmEditorRef = useRef<AbstractEditor<any>>(null);