mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
- back to
ctrl+enter - compose popup. blockquote - rich text editor.
This commit is contained in:
parent
8711e22b5b
commit
0f856b421c
8 changed files with 204 additions and 204 deletions
|
|
@ -926,12 +926,12 @@ PopupsComposeViewModel.prototype.onBuild = function ()
|
|||
self.saveCommand();
|
||||
bResult = false;
|
||||
}
|
||||
else if (oEvent.ctrlKey && Enums.EventKeyCode.Enter === oEvent.keyCode)
|
||||
else */if (oEvent.ctrlKey && Enums.EventKeyCode.Enter === oEvent.keyCode)
|
||||
{
|
||||
self.sendCommand();
|
||||
bResult = false;
|
||||
}
|
||||
else */if (Enums.EventKeyCode.Esc === oEvent.keyCode)
|
||||
else if (Enums.EventKeyCode.Esc === oEvent.keyCode)
|
||||
{
|
||||
self.tryToClosePopup();
|
||||
bResult = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue