Browse Source

add a comment

kaori 3 năm trước cách đây
mục cha
commit
33f0809aac
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);