diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-11-25 17:38:06 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-11-25 19:05:12 +0100 |
commit | 08e94616113921dbbbf3bcfe2ec4cee7e28eaf1b (patch) | |
tree | 9c5bad4fa33de5ac6e21fc239994cee1da38460f /resources/qml/MatrixText.qml | |
parent | Implement Qml drag and drop (diff) | |
download | nheko-08e94616113921dbbbf3bcfe2ec4cee7e28eaf1b.tar.xz |
Fix input focus when pressing reply button
Diffstat (limited to 'resources/qml/MatrixText.qml')
-rw-r--r-- | resources/qml/MatrixText.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/MatrixText.qml b/resources/qml/MatrixText.qml index a5781c73..bb3b4296 100644 --- a/resources/qml/MatrixText.qml +++ b/resources/qml/MatrixText.qml @@ -5,6 +5,7 @@ import im.nheko 1.0 TextEdit { textFormat: TextEdit.RichText readOnly: true + focus: false wrapMode: Text.Wrap selectByMouse: !Settings.mobileMode color: colors.text |