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

This commit is contained in:
liuzhidong
2021-06-01 21:37:25 +08:00
committed by GitHub
parent bbddf30e96
commit e1123a2ccb

View File

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