Browse Source

revert changes

pull/196/head
PhilReact 12 months ago
parent
commit
a860b013b0
  1. 4
      core/src/components/show-plugin.js

4
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()
}}
>+</button>
</div>
@ -845,7 +844,6 @@ class ShowPlugin extends connect(store)(LitElement) {
store.dispatch(setNewTab(null))
//clear newTab
}
this.requestUpdate()
}
if(state.app.isOpenDevDialog){

Loading…
Cancel
Save