yatohiyori

Results 2 comments of yatohiyori

I came across the same problem on windows 10 if I set screen scale to some value greater than 100%

I change the implementation like this, and it works proproly for me. ``` var drag = function(element) { element = $(element); var offset = null; var win = null; var...