Issue #1770 - Fix incorrect reference to event parameter

This commit is contained in:
FranklinDM 2021-05-12 14:21:12 +08:00 committed by roytam1
commit 52b1a20bcf

View file

@ -1199,7 +1199,7 @@
}
case "DOMMouseScroll": {
this._autoScrollPopup.hidePopup();
event.preventDefault();
aEvent.preventDefault();
break;
}
case "popuphidden": {