diff --git a/core/src/components/show-plugin.js b/core/src/components/show-plugin.js index b3ef3cc5..f46896c2 100644 --- a/core/src/components/show-plugin.js +++ b/core/src/components/show-plugin.js @@ -460,8 +460,7 @@ class ShowPlugin extends connect(store)(LitElement) { id: this.uid.rnd() }) this.currentTab = lengthOfTabs - this.tabs = [...this.tabs] - this.requestUpdate() + }} >+ @@ -845,7 +844,6 @@ class ShowPlugin extends connect(store)(LitElement) { store.dispatch(setNewTab(null)) //clear newTab } - this.requestUpdate() } if(state.app.isOpenDevDialog){