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
Родитель f9cd607a8f
Коммит cba1ccb815
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;
}