-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX release] fix mouseEnter/Leave event delegation w/o jQuery
The previous implementation did not work correctly when the element of the component listening to mouseEnter/Leave was quickly moved over, (i.e. no mouseover event triggered on this element) and the child node is from another component, as demonstrated in the replication in #16922. Related to 16603 Fixes #16922
- Loading branch information
1 parent
183c853
commit 6264318
Showing
2 changed files
with
116 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters