diff --git a/packages/web-runtime/src/components/Topbar/ApplicationsMenu.vue b/packages/web-runtime/src/components/Topbar/ApplicationsMenu.vue index 0f28bdde3b0..ad4ccfd70e1 100644 --- a/packages/web-runtime/src/components/Topbar/ApplicationsMenu.vue +++ b/packages/web-runtime/src/components/Topbar/ApplicationsMenu.vue @@ -34,6 +34,7 @@ appearance="raw" :class="{ 'oc-background-primary-gradient': n.active }" :variation="n.active ? 'inverse' : 'passive'" + @click="clickApp(n)" > @@ -48,6 +49,8 @@