Bruno Pinto
Results
1
comments of
Bruno Pinto
Since every click fires the `onStart` and `onStop` callbacks we can set a flag `onDrag` so we know we're dragging and check it `onStop`, like so: ```js // class property...