mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(editor): Fix tooltip opening delay prop name (#6776)
fix(editor): fix tooltip opening delay prop name
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
placement="right"
|
||||
:content="item.label"
|
||||
:disabled="!compact"
|
||||
:open-delay="tooltipDelay"
|
||||
:show-after="tooltipDelay"
|
||||
>
|
||||
<el-menu-item
|
||||
:id="item.id"
|
||||
@@ -66,7 +66,7 @@
|
||||
:placement="item.secondaryIcon?.tooltip?.placement || 'right'"
|
||||
:content="item.secondaryIcon?.tooltip?.content"
|
||||
:disabled="compact || !item.secondaryIcon?.tooltip?.content"
|
||||
:open-delay="tooltipDelay"
|
||||
:show-after="tooltipDelay"
|
||||
>
|
||||
<n8n-icon :icon="item.secondaryIcon.name" :size="item.secondaryIcon.size || 'small'" />
|
||||
</n8n-tooltip>
|
||||
|
||||
Reference in New Issue
Block a user