mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +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;
|
var targetShape = this.targetShape;
|
||||||
if(targetShape && !go.drag.moving) {
|
if(targetShape && !go.drag.moving) {
|
||||||
targetShape._handleEvent('mouseout', evt);
|
targetShape._handleEvent('mouseout', evt);
|
||||||
argetShape._handleEvent('mouseleave', evt);
|
targetShape._handleEvent('mouseleave', evt);
|
||||||
this.targetShape = null;
|
this.targetShape = null;
|
||||||
}
|
}
|
||||||
this.mousePos = undefined;
|
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;
|
var targetShape = this.targetShape;
|
||||||
if(targetShape && !go.drag.moving) {
|
if(targetShape && !go.drag.moving) {
|
||||||
targetShape._handleEvent('mouseout', evt);
|
targetShape._handleEvent('mouseout', evt);
|
||||||
argetShape._handleEvent('mouseleave', evt);
|
targetShape._handleEvent('mouseleave', evt);
|
||||||
this.targetShape = null;
|
this.targetShape = null;
|
||||||
}
|
}
|
||||||
this.mousePos = undefined;
|
this.mousePos = undefined;
|
||||||
|
Loading…
Reference in New Issue
Block a user