format fix

This commit is contained in:
Tuğçe Küçükoğlu 2023-06-20 10:45:15 +03:00
parent 349e084249
commit 5b309206b9

View file

@ -91,7 +91,7 @@ function onKeydown(event) {
}
function tooltipActions(el) {
if (el.$_ptooltipDisabled || !DomHandler.isExist(el) ) {
if (el.$_ptooltipDisabled || !DomHandler.isExist(el)) {
return;
}