Shun Miyazawa 1 год назад
Родитель
Сommit
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;
 };