Skip to content

Commit

Permalink
Fix showing login filter in the popup
Browse files Browse the repository at this point in the history
  • Loading branch information
varjolintu committed Mar 7, 2024
1 parent 2777b15 commit 7a4756a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keepassxc-browser/popups/popup_login.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7a4756a

Please sign in to comment.