diff --git a/public/js/vroom.js b/public/js/vroom.js index 9910d3c..eab0806 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -464,7 +464,8 @@ function initVroom(room) { }); // Do not close the dropdown menu when filling the email recipient - $("#inviteDropdownContainer").on("click", "li", function(e){ + // and in other dropdown menus + $(".dropdown-menu").on("click", "li", function(e){ e.stopPropagation(); }); // Handle Email Invitation