Bug 204942 - Focus input box after dispatching link.

ChatZilla only.
r=samuel@sieb.net
This commit is contained in:
silver%warwickcompsoc.co.uk 2004-09-28 21:22:31 +00:00
Родитель 50e371fb68
Коммит 1d6a96d2c6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -189,6 +189,7 @@ function onMessageViewClick(e)
if (client.commandManager.isCommandSatisfied(cx, command))
{
dispatch(command, cx);
dispatch("focus-input");
e.preventDefault();
return true;
}