mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Merge pull request #1156 from foresto/patch-1
Focus message input box when pressing Esc
This commit is contained in:
commit
63339ad632
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ Item {
|
|||
chat.model.reply = undefined;
|
||||
else
|
||||
chat.model.edit = undefined;
|
||||
TimelineManager.focusMessageInput();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue