mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Add missing }
This commit is contained in:
parent
91c79f2202
commit
a7ef78cf06
1 changed files with 1 additions and 0 deletions
|
|
@ -3245,6 +3245,7 @@ EventStateManager::PostHandleEvent(nsPresContext* aPresContext,
|
|||
double deltaX = wheelEvent->mDeltaX;
|
||||
wheelEvent->mDeltaX = wheelEvent->mDeltaY;
|
||||
wheelEvent->mDeltaY = deltaX;
|
||||
}
|
||||
case WheelPrefs::ACTION_SCROLL: {
|
||||
// For scrolling of default action, we should honor the mouse wheel
|
||||
// transaction.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue