mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fix undefined hideDelay
This commit is contained in:
parent
d1900b56e6
commit
8f2e46bf0c
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ function onClick(event) {
|
|||
}
|
||||
|
||||
function onKeydown(event) {
|
||||
const el = event.currentTarget;
|
||||
const hideDelay = el.$_ptooltipHideDelay;
|
||||
|
||||
event.code === 'Escape' && hide(event.currentTarget, hideDelay);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue