Commit e1123a2ccb5d5450a5072c19e5508a5dc0f14423

Authored by liuzhidong
Committed by GitHub
1 parent bbddf30e

fix(codeMirror): fix the JsonEditor embedded in the bullet frame causing the st…

…yle to be disordered (#668)
src/components/CodeEditor/src/codemirror/CodeMirror.vue
... ... @@ -114,7 +114,6 @@
114 114 await nextTick();
115 115 init();
116 116 window.addEventListener('resize', debounceRefresh);
117   - setTimeout(refresh, 50);
118 117 });
119 118  
120 119 onUnmounted(() => {
... ...