mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 23:57:13 +00:00
fix: tootltip for menu items
This commit is contained in:
@@ -235,7 +235,7 @@ const onClick = (e: Event) => {
|
||||
</template>
|
||||
<NcTooltip placement="bottom" class="truncate name pl-1" :show-on-truncate-only="!showTooltipAlways">
|
||||
<template #title>
|
||||
<template v-for="msg in tooltipMsg.split('\n')">
|
||||
<template v-for="(msg, i) in tooltipMsg.split('\n')" :key="i">
|
||||
<div>{{ msg }}</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user