AlphaFoxz/monaco-tree-editor

[bug][high]the component not refresh

Closed this issue · 0 comments

打开多个标签页时,右键点击未激活的标签页->关闭其他,会剩下一个预料之外的标签,但实际上是组件未刷新。怀疑是组件刷新逻辑与 vue 底层缓存优化机制冲突导致的

When multiple tabs are open, right-click on the inactive tab -> Close Others, an unexpected tab will be left, but in fact the component is not refreshed.The initial guess is that the component refresh logic conflicts with the underlying cache optimization mechanism of Vue.