diff --git a/indra/llui/llchatentry.cpp b/indra/llui/llchatentry.cpp index 0a4e4dda98..698f3d5e3f 100755 --- a/indra/llui/llchatentry.cpp +++ b/indra/llui/llchatentry.cpp @@ -190,11 +190,8 @@ BOOL LLChatEntry::handleSpecialKey(const KEY key, const MASK mask) if (key == KEY_RETURN) { endOfDoc(); - // FIRE-15334: Properly deselect - //startSelection(); - //endSelection(); - deselect(); - // + startSelection(); + endSelection(); } LLTextEditor::handleSpecialKey(key, mask);