diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-23 11:54:06 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-23 11:54:06 +0200 |
commit | 16ddc95fd738aebbfe03900ae98c803bf94ab798 (patch) | |
tree | 835dacc8cb3df7b05d4b62f4c551d8ad9f791371 /layout | |
parent | 4509038bfce158499d6fc6b89ba24db0a0be6cb8 (diff) | |
download | uxp-16ddc95fd738aebbfe03900ae98c803bf94ab798.tar.gz |
moebius#195: DOM - PointerEvent - improvements
https://github.com/MoonchildProductions/moebius/pull/195
Diffstat (limited to 'layout')
-rw-r--r-- | layout/base/nsPresShell.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/base/nsPresShell.cpp b/layout/base/nsPresShell.cpp index 63dfbd8a39..42b39c8607 100644 --- a/layout/base/nsPresShell.cpp +++ b/layout/base/nsPresShell.cpp @@ -8191,6 +8191,8 @@ PresShell::HandleEventInternal(WidgetEvent* aEvent, } case eMouseDown: case eMouseUp: + case ePointerDown: + case ePointerUp: isHandlingUserInput = true; break; |