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