diff --git a/core/src/components/show-plugin.js b/core/src/components/show-plugin.js
index 6b6649bb..c6ff4d34 100644
--- a/core/src/components/show-plugin.js
+++ b/core/src/components/show-plugin.js
@@ -432,7 +432,9 @@ class ShowPlugin extends connect(store)(LitElement) {
this.currentTab = index}"
+ @click="${() => {
+ this.currentTab = index
+ }}"
>
${icon}
@@ -671,7 +673,7 @@ class ShowPlugin extends connect(store)(LitElement) {
let iconId = ''
this.tabs = this.tabs.filter((tab, tIndex) => tIndex !== index)
-
+ this.currentTab = this.tabs.length - 1;
const tabD = this.tabs.length - 1
const plugObj = this.tabs[tabD].url