mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Fix eslint version
This commit is contained in:
parent
8e8a041032
commit
8a6765faeb
15 changed files with 342 additions and 398 deletions
|
|
@ -493,6 +493,8 @@ function ComposePopupView()
|
|||
);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
}, this.canBeSentOrSaved);
|
||||
|
||||
this.skipCommand = Utils.createCommand(this, function() {
|
||||
|
|
@ -1410,6 +1412,8 @@ ComposePopupView.prototype.onBuild = function()
|
|||
self.identitiesDropdownTrigger(true);
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
});
|
||||
|
||||
key('ctrl+`', Enums.KeyState.Compose, function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue