mirror of
https://github.com/konvajs/konva.git
synced 2025-12-04 19:08:24 +08:00
missed a bug fix with last push
This commit is contained in:
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user