Closed kenny1har closed 10 years ago
the "drag stop" event does not always triggered. it happens randomly. e.g. by mouse movement speed when dragging
the issue does not happen 3 months ago.
closed. my code is causing this. i assigned a click event to the raphael object :
raphaelObj.click(function() {
this.freeTransform.setOpts({scale: ['bboxCorners', 'bboxSides'], draw: ['bbox']});
});
when the drag ends, it will not call the "drag stop" event.
"drag stop" event does not happen in callback.