mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
format fix
This commit is contained in:
parent
349e084249
commit
5b309206b9
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ function onKeydown(event) {
|
|||
}
|
||||
|
||||
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