Fix input focus when pressing reply button

This commit is contained in:
Nicolas Werner 2020-11-25 17:38:06 +01:00
parent c74077a41f
commit 08e9461611
5 changed files with 5 additions and 0 deletions

View file

@ -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