Browse Source

fix: display tooltip only when we truncate text #7210

pull/7218/head
Ramesh Mane 9 months ago
parent
commit
3ab8ff2cea
  1. 2
      packages/nc-gui/components/smartsheet/toolbar/ViewInfo.vue

2
packages/nc-gui/components/smartsheet/toolbar/ViewInfo.vue

@ -90,7 +90,7 @@ const openedBaseUrl = computed(() => {
'max-w-none': isSharedBase && !isMobileMode,
}"
>
<NcTooltip class="truncate nc-active-table-title max-w-full">
<NcTooltip class="truncate nc-active-table-title max-w-full" show-on-truncate-only>
<template #title>
{{ activeTable?.title }}
</template>

Loading…
Cancel
Save