1
0
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:
Kyle Spearrin
2018-09-27 08:27:33 -04:00
parent 24531b706b
commit 634f74631b
2 changed files with 2 additions and 2 deletions

View File

@@ -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');
});