Closed jwmerrill closed 2 years ago
Update visual test "Touch taps/clicks/mousedown to drag should work anywhere in the blue box" to trigger native DOM events instead of jQuery events.
MathQuill no longer listens for jQuery triggered events. To get MQ to respond to triggered events, it is now necessary to use native DOM events.
Fixes https://github.com/desmosinc/mathquill/issues/236
I think looks good. My only comment is MouseEvent seems better, but the current version does work (and matches the old behavior). Thank you!
MouseEvent
Update visual test "Touch taps/clicks/mousedown to drag should work anywhere in the blue box" to trigger native DOM events instead of jQuery events.
MathQuill no longer listens for jQuery triggered events. To get MQ to respond to triggered events, it is now necessary to use native DOM events.
Fixes https://github.com/desmosinc/mathquill/issues/236