Merge pull request #1156 from foresto/patch-1

Focus message input box when pressing Esc
This commit is contained in:
DeepBlueV7.X 2022-08-20 21:50:55 +00:00 committed by GitHub
commit 63339ad632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ Item {
chat.model.reply = undefined;
else
chat.model.edit = undefined;
TimelineManager.focusMessageInput();
}
}