Skip to content

Commit

Permalink
stop button from triggering menu expansion. slippery button is hard t…
Browse files Browse the repository at this point in the history
…o click
  • Loading branch information
Robert-Costello committed Jan 22, 2025
1 parent be0b9ea commit bfd318e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1761,7 +1761,7 @@ hqDefine("cloudcare/js/formplayer/menus/views", [
});
persistentMenuContainer.hover(
function () {
if (!self.menuExpanded) {
if (!self.menuExpanded && !arrowToggle.is(':hover')) {
self.showMenu();
}
},
Expand Down

0 comments on commit bfd318e

Please sign in to comment.