Fixed #3549 - ZIndexUtils is not working as expected on the overlays

This commit is contained in:
mertsincan 2023-01-17 09:52:01 +00:00
parent b1100e9e47
commit 477adc3f30
2 changed files with 10 additions and 8 deletions

View file

@ -347,8 +347,6 @@ const Tooltip = {
target.$_ptooltipScrollHandler.destroy();
target.$_ptooltipScrollHandler = null;
}
ZIndexUtils.clear(el);
},
updated(el, options) {
let target = getTarget(el);