We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520e2e6 commit a39c0c8Copy full SHA for a39c0c8
1 file changed
CHANGELOG.md
@@ -50,7 +50,11 @@ The following changes took place in the Pointer class:
50
* `Pointer.justMoved` has been removed as it's not used internally and makes no sense under the DOM event system.
51
* The `Pointer.reset` method has been removed as it's no longer required internally.
52
53
+#### Input System Bug Fixes
54
55
+* Calling `setPollAlways()` would cause the `'pointerdown'` event to fire multiple times. Fix #4541 (thanks @Neyromantik)
56
+* The pointer events were intermittently not registered, causing `pointerup` to often fail. Fix #4538 (thanks @paulsymphony)
57
+* Due to a regression in 3.16 the drag events were not performing as fast as before, causing drags to feel lagged. Fix #4500 (thanks @aliblong)
58
59
### New Features
60
0 commit comments