Fix some issues with mouseenter and mouseleave events. fix #875

This commit is contained in:
Anton Lavrenov
2020-03-18 09:41:36 -05:00
parent 4f4291dc38
commit 65e06f200e
5 changed files with 105 additions and 14 deletions

View File

@@ -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);