diff --git a/packages/web-runtime/src/components/Topbar/ApplicationsMenu.vue b/packages/web-runtime/src/components/Topbar/ApplicationsMenu.vue index 4d34459c1ac..665a17551c6 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 @@