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.
pull/1156/head
Forest 3 years ago committed by GitHub
parent ff87bef030
commit 4d1a01c829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      resources/qml/MessageView.qml

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

Loading…
Cancel
Save