mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +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;
|
chat.model.reply = undefined;
|
||||||
else
|
else
|
||||||
chat.model.edit = undefined;
|
chat.model.edit = undefined;
|
||||||
|
TimelineManager.focusMessageInput();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue