Commit graph

2 commits

Author SHA1 Message Date
Yury Semikhatsky 0f876b38d2 fix: dispatch touch events in webkit
Turns out WebKit has [document.createTouch](https://developer.mozilla.org/en-US/docs/Web/API/Document/createTouch) and
createTouchList which can be used instead of `new Touch()`.
2025-01-07 23:23:51 -08:00
Yury Semikhatsky 8b45ea6f2f
chore: properly initialize Touch arguments in TouchEvent (#34200) 2025-01-03 12:16:01 -08:00