mirror of
https://github.com/konvajs/konva.git
synced 2025-05-06 22:57:53 +08:00
missed a bug fix with last push
This commit is contained in:
parent
07860a7dbd
commit
cbab484117
1
dist/kinetic-core.js
vendored
1
dist/kinetic-core.js
vendored
@ -1135,6 +1135,7 @@ Kinetic.Stage.prototype = {
|
|||||||
|
|
||||||
// set new target shape
|
// set new target shape
|
||||||
this.targetShape = shape;
|
this.targetShape = shape;
|
||||||
|
this.targetFound = true;
|
||||||
|
|
||||||
// handle onmouseover
|
// handle onmouseover
|
||||||
shape._handleEvents("onmouseover", evt);
|
shape._handleEvents("onmouseover", evt);
|
||||||
|
2
dist/kinetic-core.min.js
vendored
2
dist/kinetic-core.min.js
vendored
File diff suppressed because one or more lines are too long
@ -385,6 +385,7 @@ Kinetic.Stage.prototype = {
|
|||||||
|
|
||||||
// set new target shape
|
// set new target shape
|
||||||
this.targetShape = shape;
|
this.targetShape = shape;
|
||||||
|
this.targetFound = true;
|
||||||
|
|
||||||
// handle onmouseover
|
// handle onmouseover
|
||||||
shape._handleEvents("onmouseover", evt);
|
shape._handleEvents("onmouseover", evt);
|
||||||
|
Loading…
Reference in New Issue
Block a user