Fix flickable direction for MessageInput
This commit is contained in:
parent
e742869385
commit
6f17e2ff6e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user