mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Update ckeditor
Avoid empty commands Small fixes
This commit is contained in:
parent
969f15dd6b
commit
a60ffc06e1
167 changed files with 12173 additions and 12278 deletions
|
|
@ -232,6 +232,11 @@ class CmdContoller
|
|||
cmdParts = trim(cmdLine).replace().split(/[\s]+/),
|
||||
cmd = cmdParts.shift();
|
||||
|
||||
if ('' === trim(cmdLine))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (isTab)
|
||||
{
|
||||
if (-1 < inArray(cmd, this.cmds))
|
||||
|
|
@ -274,6 +279,8 @@ class CmdContoller
|
|||
}, 50);
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
onEsc() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue