Code Format

pull/3999/head
GitHub Actions Bot 2023-06-20 07:43:32 +00:00
parent 349e084249
commit 6e0b34dccc
1 changed files with 2 additions and 2 deletions

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;
}