소스 검색

revert code

Shun Miyazawa 1 년 전
부모
커밋
5dd6f21cb2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/editor/src/client/stores/codemirror-editor.ts

+ 1 - 0
packages/editor/src/client/stores/codemirror-editor.ts

@@ -10,6 +10,7 @@ import { type UseCodeMirrorEditor, useCodeMirrorEditor } from '../services';
 
 const { isDeepEquals } = deepEquals;
 
+
 const isValid = (u: UseCodeMirrorEditor) => {
   return u.state != null && u.view != null;
 };