Unverified Commit e1123a2c authored by liuzhidong's avatar liuzhidong Committed by GitHub

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

fix(codeMirror):  fix the JsonEditor embedded in the bullet frame causing the style to be disordered (#668)
parent bbddf30e
...@@ -114,7 +114,6 @@ ...@@ -114,7 +114,6 @@
await nextTick(); await nextTick();
init(); init();
window.addEventListener('resize', debounceRefresh); window.addEventListener('resize', debounceRefresh);
setTimeout(refresh, 50);
}); });
onUnmounted(() => { onUnmounted(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment