소스 검색

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;
   } = props;
 
 
   const containerRef = useRef(null);
   const containerRef = useRef(null);
-  // const editorRef = useRef<EditorView | null>(null);
 
 
   const cmProps = useMemo<ReactCodeMirrorProps>(() => {
   const cmProps = useMemo<ReactCodeMirrorProps>(() => {
     return {
     return {