0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-04-01 19:25:29 +02:00
alpadev d67121db28
Fix regression for handling mouseenter/mouseleave events introduced by ()
* test: update spec for sibling adjacent mouseenter/mouseleave events

there is a regression introduced by  - this would have catched that

* fix: fixup regression for mouseenter/mouseleave events introduced by 

the old logic only worked for parent-child movement since it checked for the relatedTarget to contain the delegateTarget - this should be fixed with this

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-04-19 08:30:33 +03:00
..