зеркало из https://github.com/mozilla/pjs.git
Bug 204942 - Focus input box after dispatching link.
ChatZilla only. r=samuel@sieb.net
This commit is contained in:
Родитель
50e371fb68
Коммит
1d6a96d2c6
|
@ -189,6 +189,7 @@ function onMessageViewClick(e)
|
|||
if (client.commandManager.isCommandSatisfied(cx, command))
|
||||
{
|
||||
dispatch(command, cx);
|
||||
dispatch("focus-input");
|
||||
e.preventDefault();
|
||||
return true;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче