fix(codeMirror): fix the JsonEditor embedded in the bullet frame causing the style to be disordered (#668)
This commit is contained in:
parent
bbddf30e96
commit
e1123a2ccb
|
|
@ -114,7 +114,6 @@
|
|||
await nextTick();
|
||||
init();
|
||||
window.addEventListener('resize', debounceRefresh);
|
||||
setTimeout(refresh, 50);
|
||||
});
|
||||
|
||||
onUnmounted(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue