Skip to content

Commit

Permalink
ItemName: Increase delay for detail popover (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Mar 15, 2023
1 parent f2be468 commit dfdf56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemName.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
content: `${popoverHTML}`,
html: true,
boundary: 'window',
delay: defaults.delay.short,
delay: defaults.delay.long,
} : null"
:to="url"
class="itemName-inner"
Expand Down

0 comments on commit dfdf56a

Please sign in to comment.