mirror of
https://github.com/konvajs/konva.git
synced 2025-09-20 03:18:00 +08:00
fixed typo
This commit is contained in:
@@ -460,7 +460,7 @@ Kinetic.Stage.prototype = {
|
||||
var targetShape = this.targetShape;
|
||||
if(targetShape && !go.drag.moving) {
|
||||
targetShape._handleEvent('mouseout', evt);
|
||||
argetShape._handleEvent('mouseleave', evt);
|
||||
targetShape._handleEvent('mouseleave', evt);
|
||||
this.targetShape = null;
|
||||
}
|
||||
this.mousePos = undefined;
|
||||
|
Reference in New Issue
Block a user