Skip to content
Snippets Groups Projects
Commit f7594c71 authored by Igor Borovkov's avatar Igor Borovkov
Browse files

fixed EXT-4737 Nearby chat edit field doesn't get focus after pasting

--HG--
branch : product-engine
parent 005ec147
No related branches found
No related tags found
No related merge requests found
......@@ -474,6 +474,7 @@ void LLBottomTray::onContextMenuItemClicked(const LLSD& userdata)
else if (item == "paste")
{
edit_box->paste();
edit_box->setFocus(TRUE);
}
else if (item == "delete")
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment