Hide the dropdown from select button

This commit is contained in:
varjolintu 2023-08-29 10:41:08 +03:00
parent 1f86cc3d5a
commit b96c89a8ec

View file

@ -121,7 +121,7 @@ function resizePopup() {
return;
}
if (e.target.id !== 'kpxc-dropdown-item') {
if (e.target.id !== 'kpxc-dropdown-item' && e.target.id !== 'dropdown-button') {
$('.kpxc-dropdown-menu')?.hide();
}
});