Skip to content

Commit

Permalink
fix(codeMirror): fix the JsonEditor embedded in the bullet frame caus…
Browse files Browse the repository at this point in the history
…ing the style to be disordered (#668)
  • Loading branch information
lzdjack authored Jun 1, 2021
1 parent bbddf30 commit e1123a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/CodeEditor/src/codemirror/CodeMirror.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
await nextTick();
init();
window.addEventListener('resize', debounceRefresh);
setTimeout(refresh, 50);
});
onUnmounted(() => {
Expand Down

0 comments on commit e1123a2

Please sign in to comment.