Skip to content
Snippets Groups Projects
Commit 6f17e2ff authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix flickable direction for MessageInput

parent e7428693
No related branches found
No related tags found
No related merge requests found
Pipeline #422 passed
......@@ -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
......
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