Browse Source

fix(gui-v2): easter icons appear when toggling toolbar icons twice

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3203/head
Raju Udava 2 years ago
parent
commit
c72a5dcd1b
  1. 4
      packages/nc-gui-v2/components/smartsheet/sidebar/index.vue

4
packages/nc-gui-v2/components/smartsheet/sidebar/index.vue

@ -133,7 +133,7 @@ function onCreate(view: GridType | FormType | KanbanType | GalleryType) {
<template #title> {{ $t('objects.webhooks') }}</template>
<div class="nc-sidebar-right-item hover:after:bg-gray-300">
<MdiHook />
<MdiHook @click.stop />
</div>
</a-tooltip>
@ -143,7 +143,7 @@ function onCreate(view: GridType | FormType | KanbanType | GalleryType) {
<template #title> Get API Snippet</template>
<div class="nc-sidebar-right-item group hover:after:bg-yellow-500">
<MdiXml class="group-hover:(!text-white)" />
<MdiXml class="group-hover:(!text-white)" @click.stop />
</div>
</a-tooltip>

Loading…
Cancel
Save