Fix delete not working in text editors
This commit is contained in:
@@ -2490,6 +2490,10 @@ BOOL LLTextEditor::handleSpecialKey(const KEY key, const MASK mask, BOOL* return
|
||||
{
|
||||
removeWord(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
handled = false;
|
||||
}
|
||||
break;
|
||||
|
||||
case KEY_RETURN:
|
||||
|
||||
Reference in New Issue
Block a user