瀏覽代碼

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;
 };