mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #3549 - ZIndexUtils is not working as expected on the overlays
This commit is contained in:
parent
b1100e9e47
commit
477adc3f30
2 changed files with 10 additions and 8 deletions
|
@ -347,8 +347,6 @@ const Tooltip = {
|
|||
target.$_ptooltipScrollHandler.destroy();
|
||||
target.$_ptooltipScrollHandler = null;
|
||||
}
|
||||
|
||||
ZIndexUtils.clear(el);
|
||||
},
|
||||
updated(el, options) {
|
||||
let target = getTarget(el);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue