angular-drag-scroll icon indicating copy to clipboard operation
angular-drag-scroll copied to clipboard

click is triggered on mouseup event

Open rickyk586 opened this issue 7 years ago • 0 comments

fix:

<img ng-mousedown="mouseDownX = $event.x" ng-mouseup="mouseDownX == $event.x && clicked()" src="..." />

rickyk586 avatar Oct 18 '17 01:10 rickyk586