Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Replace lines after this:
  2. var e = document.createEvent("MouseEvent");
  3. With these 2 lines:
  4. if(c.target.id === 'svgroot') Array.from(document.getElementsByClassName('jspDrag')).forEach(scroll => { e.initMouseEvent(d, !0, !0, window, 1, c.screenX, c.screenY, (window.innerWidth - c.clientX), c.clientY, !1, !1, !1, !1, 0, null), b.length < 2 && scroll.dispatchEvent(e); });
  5. e.initMouseEvent(d, !0, !0, window, 1, c.screenX, c.screenY, (window.innerWidth - c.clientX), c.clientY, !1, !1, !1, !1, 0, null), b.length < 2 && c.target.dispatchEvent(e)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement