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