Explorar o código

fix(codeMirror): fix the JsonEditor embedded in the bullet frame causing the style to be disordered (#668)

liuzhidong %!s(int64=3) %!d(string=hai) anos
pai
achega
e1123a2ccb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/components/CodeEditor/src/codemirror/CodeMirror.vue

+ 0 - 1
src/components/CodeEditor/src/codemirror/CodeMirror.vue

@@ -114,7 +114,6 @@
         await nextTick();
         init();
         window.addEventListener('resize', debounceRefresh);
-        setTimeout(refresh, 50);
       });
 
       onUnmounted(() => {