Browse Source

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

pull/693/head
liuzhidong 5 years ago
committed by GitHub
parent
commit
e1123a2ccb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/components/CodeEditor/src/codemirror/CodeMirror.vue

1
src/components/CodeEditor/src/codemirror/CodeMirror.vue

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

Loading…
Cancel
Save