mirror of
https://github.com/fengyuanchen/viewerjs.git
synced 2026-01-18 15:13:13 +00:00
parent
da066ef0e7
commit
ff87ec00fb
@ -350,7 +350,7 @@ export default {
|
||||
|
||||
if (e.changedTouches) {
|
||||
$.each(e.changedTouches, (touch) => {
|
||||
$.extend(pointers[touch.identifier], $.getPointer(touch), true);
|
||||
$.extend(pointers[touch.identifier], $.getPointer(touch, true));
|
||||
});
|
||||
} else {
|
||||
$.extend(pointers[e.pointerId || 0], $.getPointer(e, true));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user