[effects/scale] Don't animate popups on Wayland
I made a horrible typo("popup" vs "popupWindow"), which went unnoticeable during code review and while I was testing the ported effect on Wayland. Because this change is pretty trivial (fixing a typo), I didn't put it on review.
This commit is contained in:
parent
4c38c0dcc3
commit
bd47b51058
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ var scaleEffect = {
|
|||
}
|
||||
|
||||
// Don't animate combobox popups, tooltips, popup menus, etc.
|
||||
if (window.popup) {
|
||||
if (window.popupWindow) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue