Browse Source

Merge pull request #3203 from nocodb/fix/easter-egg-menu

fix(gui-v2): easter icons appear when toggling toolbar icons twice
pull/3213/head
աɨռɢӄաօռɢ 2 years ago committed by GitHub
parent
commit
9ac9fab968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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