mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
there is no this.
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 85587e0672...d1847690f2
@@ -23,7 +23,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
||||
Mousetrap.bind('mod+shift+y', () => {
|
||||
sendMessage('open_popup');
|
||||
});
|
||||
} else if (!this.isEdge) {
|
||||
} else if (!isEdge) {
|
||||
Mousetrap.bind('mod+shift+9', () => {
|
||||
sendMessage('generate_password');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user