Skip to content

Commit

Permalink
Fix page jump menu flickering on click (#9196)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Nov 26, 2023
1 parent fd17743 commit ff10f5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Fix regression in handling LDAP search_fields configuration parameter (#9210)
- Enigma: Fix finding of a private key when decrypting a message using GnuPG v2.3
- Fix page jump menu flickering on click (#9196)

## Release 1.6.5

Expand Down
1 change: 0 additions & 1 deletion program/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3681,7 +3681,6 @@ function rcube_webmail()

// display page selector
ref.show_menu('pagejump-selector', true, e);
$(this).keydown();
})
// keyboard navigation
.on('keydown keyup click', function(e) {
Expand Down

0 comments on commit ff10f5a

Please sign in to comment.