Commit 7a04c511 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/modules/Common/Form/DroppableTextArea): map correctly the scrollbar

parent c4402bf4
......@@ -72,6 +72,10 @@ Item {
selectByMouse: true
wrapMode: TextArea.Wrap
// Workaround. Without this line, the scrollbar is not linked correctly
// to the text area.
width: parent.width
Component.onCompleted: forceActiveFocus()
Keys.onPressed: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment