mirror of https://github.com/zulip/zulip.git
Fix regression focusing on content box after autocompleting a single huddle name.
There are other focus issues related to switching between a class message and huddle during composition, but this fixes the immediate problem. (imported from commit ec7ebc1c68e52942e9eaa0ea61e0de2f6ccae521)
This commit is contained in:
parent
fb62e808d7
commit
b07bb45e35
|
@ -47,7 +47,7 @@
|
|||
</tr>
|
||||
<tr id="personal-message">
|
||||
<td colspan="3" class="zephyr_newstyle_pm">
|
||||
Huddle with <input type="text" class="zephyr_recipient_box" name="recipient" id="huddle_recipient" onchange="focus_on('new_zephyr')" value="" placeholder="one or more of your friends..." autocomplete="off"/>
|
||||
Huddle with <input type="text" class="zephyr_recipient_box" name="recipient" id="huddle_recipient" onblur="focus_on('new_zephyr')" value="" placeholder="one or more of your friends..." autocomplete="off"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue