Skip to content
Snippets Groups Projects
Commit 3195fa9b authored by Capucine Berthet's avatar Capucine Berthet Committed by Aline Gondim Santos
Browse files

sendFile: sending with Enter and automatic focus on the text area

GitLab: #1275
Change-Id: I70036b158cfede3a6c6a7de9bb63a049c8fec39a
parent 4619f04f
No related branches found
No related tags found
No related merge requests found
......@@ -945,6 +945,7 @@ RowLayout {
property bool noSip: false
onTriggered: function clickAction() {
sendFileButtonClicked();
textAreaObj.forceActiveFocus();
}
},
Action {
......
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