Fix sendbox enter not working

This commit is contained in:
miruka
2019-05-06 21:07:59 -04:00
parent 55e701c24d
commit eab5ae0afe
3 changed files with 9 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ ScrollView {
default property alias textAreaData: textArea.data
id: scrollView
clip: true
TextArea {
@@ -25,6 +26,8 @@ ScrollView {
id: textAreaBackground
color: HStyle.controls.textArea.background
}
Keys.forwardTo: [scrollView]
}
}