mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Hide the dropdown from select button
This commit is contained in:
parent
1f86cc3d5a
commit
b96c89a8ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue