- back to

ctrl+enter -  compose popup.
blockquote - rich text editor.
This commit is contained in:
RainLoop Team 2014-02-26 17:41:19 +04:00
parent 8711e22b5b
commit 0f856b421c
8 changed files with 204 additions and 204 deletions

View file

@ -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;