mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
Fix some issues with mouseenter
and mouseleave
events. fix #875
This commit is contained in:
@@ -2251,7 +2251,7 @@ export abstract class Node<Config extends NodeConfig = NodeConfig> {
|
||||
this.parent,
|
||||
eventType,
|
||||
evt,
|
||||
compareShape.parent
|
||||
compareShape
|
||||
);
|
||||
} else {
|
||||
this._fireAndBubble.call(this.parent, eventType, evt);
|
||||
|
Reference in New Issue
Block a user