mirror of
https://github.com/konvajs/konva.git
synced 2025-10-08 00:14:23 +08:00
add transform end event
This commit is contained in:
@@ -268,6 +268,8 @@
|
||||
},
|
||||
|
||||
handleMouseUp: function() {
|
||||
this.fire('transformend');
|
||||
this._el.fire('transformend');
|
||||
window.removeEventListener('mousemove', this.handleMouseMove);
|
||||
window.removeEventListener('touchmove', this.handleMouseMove);
|
||||
window.removeEventListener('mouseup', this.handleMouseUp);
|
||||
|
Reference in New Issue
Block a user