Skip to content
Snippets Groups Projects
Unverified Commit 63339ad6 authored by Nicolas Werner's avatar Nicolas Werner Committed by GitHub
Browse files

Merge pull request #1156 from foresto/patch-1

Focus message input box when pressing Esc
parents 3b0b8605 4d1a01c8
No related branches found
No related tags found
No related merge requests found
Pipeline #3516 passed
......@@ -198,6 +198,7 @@ Item {
chat.model.reply = undefined;
else
chat.model.edit = undefined;
TimelineManager.focusMessageInput();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment