Fix flickable direction for MessageInput

This commit is contained in:
Nicolas Werner 2021-01-20 00:47:34 +01:00
parent e742869385
commit 6f17e2ff6e
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ Rectangle {
Layout.fillWidth: true
clip: true
boundsBehavior: Flickable.StopAtBounds
flickableDirection: Flickable.VerticalFlick
implicitWidth: textArea.width
implicitHeight: textArea.height
contentWidth: textArea.width