hongkhanh / cropbox

A lightweight and simple JavaScript, Jquery, YUI plugin to crop your avatar
http://hongkhanh.github.io/cropbox/
MIT License
266 stars 99 forks source link

imgMouseUp sometimes doesn't work #30

Open 2van opened 7 years ago

2van commented 7 years ago

imgMouseUpsometimes doesn't work(obj.state.dragable = false;execute, but image is still dragable) when user use it quickly, but when i use e.stopPropagation(); the problem won't appear!