there is no this.
This commit is contained in:
parent
24531b706b
commit
634f74631b
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit 85587e06728aabd118f3cb6b06110be92202049b
|
||||
Subproject commit d1847690f260cf06ace8ed98b7308edabc3b62c0
|
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue