mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Focus message input box when pressing Esc
This helps with #1065, although I think making sure the message input box gets focus by default would be worthwhile.
This commit is contained in:
parent
ff87bef030
commit
4d1a01c829
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ Item {
|
||||||
chat.model.reply = undefined;
|
chat.model.reply = undefined;
|
||||||
else
|
else
|
||||||
chat.model.edit = undefined;
|
chat.model.edit = undefined;
|
||||||
|
TimelineManager.focusMessageInput();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue