Patrick Tisdel

Results 1 comments of Patrick Tisdel

I solved this; in the _onMove function, right below "event = event.originalEvent || event;" simply add: ``` var coords = getCoords(event), x = this.startCoords.x - coords.x, y = this.startCoords.y -...