We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9188832 commit 1b1aac7Copy full SHA for 1b1aac7
bundle/Resources/es6/location.js
@@ -356,7 +356,7 @@ $(function () {
356
});
357
358
$(document).on('click', (e) => {
359
- if ($(e.target).closest('.dropdown-menu').length === 0 && $(e.target).closest('.layout-dropdown').length === 0) {
+ if ($(e.target).closest('.dropdown-menu').length === 0 && $(e.target).closest('.dropdown').length === 0 && !($(e.target).dataset.bsToggle === "dropdown")) {
360
$('.dropdown-menu').removeClass('show');
361
$('.layout-dropdown').removeClass('show');
362
}
0 commit comments