mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 12:57:32 +00:00
fix : fixed tooltip for virtual cell
This commit is contained in:
@@ -154,8 +154,8 @@ const openDropDown = (e: Event) => {
|
||||
>
|
||||
<LazySmartsheetHeaderVirtualCellIcon v-if="column && !props.hideIcon" />
|
||||
|
||||
<NcTooltip placement="bottom" :class="{ truncate: !isForm }" class="name pl-1">
|
||||
<template v-if="!isForm && !isExpandedForm" #title>
|
||||
<NcTooltip placement="bottom" class="truncate name pl-1">
|
||||
<template #title>
|
||||
{{ tooltipMsg }}
|
||||
</template>
|
||||
<span :data-test-id="column.title">
|
||||
|
||||
Reference in New Issue
Block a user