mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #2137 from keepassxreboot/fix/show_popup_login_filter
Fix showing login filter in the popup
This commit is contained in:
commit
71a7782cfa
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
|
||||
if (logins.length > 1) {
|
||||
document.getElementById('filter-block').style = '';
|
||||
$('#filter-block').show();
|
||||
const filter = document.getElementById('login-filter');
|
||||
filter.addEventListener('keyup', (e) => {
|
||||
if (!e.isTrusted) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue