mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Issue #1770 - Fix incorrect reference to event parameter
This commit is contained in:
parent
215e93606d
commit
52b1a20bcf
1 changed files with 1 additions and 1 deletions
|
|
@ -1199,7 +1199,7 @@
|
|||
}
|
||||
case "DOMMouseScroll": {
|
||||
this._autoScrollPopup.hidePopup();
|
||||
event.preventDefault();
|
||||
aEvent.preventDefault();
|
||||
break;
|
||||
}
|
||||
case "popuphidden": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue