Backed out changeset 09d07fa095d5 in favor of LL fix

Ansariel 2015-01-06 19:19:30 +01:00
parent 8335dcb097
commit 1efba4dad8
1 changed files with 2 additions and 5 deletions

View File

@ -190,11 +190,8 @@ BOOL LLChatEntry::handleSpecialKey(const KEY key, const MASK mask)
if (key == KEY_RETURN)
{
endOfDoc();
// <FS:Ansariel> FIRE-15334: Properly deselect
//startSelection();
//endSelection();
deselect();
// </FS:Ansariel>
startSelection();
endSelection();
}
LLTextEditor::handleSpecialKey(key, mask);