mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
Bugfix: canExecute not a function
Bugfix: _scopes.all is undefined
This commit is contained in:
parent
bc64fe6d0d
commit
f673344408
2 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,9 @@
|
|||
const
|
||||
doc = document,
|
||||
meta = /Mac OS X/.test(navigator.userAgent) ? 'meta' : 'ctrl',
|
||||
_scopes = {},
|
||||
_scopes = {
|
||||
all: {}
|
||||
},
|
||||
toArray = v => Array.isArray(v) ? v : v.split(/\s*,\s*/),
|
||||
|
||||
keydown = event => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue