mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
fixed typo
This commit is contained in:
parent
b6eb2cdf82
commit
9ba21651a9
2
dist/kinetic-core.js
vendored
2
dist/kinetic-core.js
vendored
@ -3086,7 +3086,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;
|
||||
|
4
dist/kinetic-core.min.js
vendored
4
dist/kinetic-core.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user