mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
format fix
This commit is contained in:
parent
349e084249
commit
5b309206b9
1 changed files with 2 additions and 2 deletions
|
@ -86,12 +86,12 @@ function onClick(event) {
|
|||
function onKeydown(event) {
|
||||
const el = event.currentTarget;
|
||||
const hideDelay = el.$_ptooltipHideDelay;
|
||||
|
||||
|
||||
event.code === 'Escape' && hide(event.currentTarget, hideDelay);
|
||||
}
|
||||
|
||||
function tooltipActions(el) {
|
||||
if (el.$_ptooltipDisabled || !DomHandler.isExist(el) ) {
|
||||
if (el.$_ptooltipDisabled || !DomHandler.isExist(el)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue