فهرست منبع

133069 remove extra code

soumaeda 2 سال پیش
والد
کامیت
0426bed150
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      packages/editor/src/components/CodeMirrorEditor/CodeMirrorEditor.tsx

+ 0 - 1
packages/editor/src/components/CodeMirrorEditor/CodeMirrorEditor.tsx

@@ -38,7 +38,6 @@ export const CodeMirrorEditor = (props: Props): JSX.Element => {
   } = props;
 
   const containerRef = useRef(null);
-  // const editorRef = useRef<EditorView | null>(null);
 
   const cmProps = useMemo<ReactCodeMirrorProps>(() => {
     return {