Merge pull request #2137 from keepassxreboot/fix/show_popup_login_filter

Fix showing login filter in the popup
This commit is contained in:
Sami Vänttinen 2024-03-07 17:34:13 +02:00 committed by GitHub
commit 71a7782cfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {