Kaynağa Gözat

revert code

Shun Miyazawa 1 yıl önce
ebeveyn
işleme
5dd6f21cb2

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