Open derek-ye opened 3 years ago
Maybe I have something misconfigured in my project, but I had to change line 119 to:
$parent.children(".dropdown-menu").addClass('show');
to make this work with Bootstrap 5.
And also I changed line 50 to:
if(!$parent.hasClass('show') && !($this.is(event.target) || $parent.is(event.target))) {
otherwise the hover action was unreliable.