Merge pull request #1156 from foresto/patch-1
Focus message input box when pressing Esc
This commit is contained in:
commit
63339ad632
@ -198,6 +198,7 @@ Item {
|
||||
chat.model.reply = undefined;
|
||||
else
|
||||
chat.model.edit = undefined;
|
||||
TimelineManager.focusMessageInput();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user