Commit 6b2a7a12 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(ui/modules/Common/DroppableTextArea): force active focus on creation

parent 2a3680ec
...@@ -58,6 +58,7 @@ Item { ...@@ -58,6 +58,7 @@ Item {
selectByMouse: true selectByMouse: true
wrapMode: TextArea.Wrap wrapMode: TextArea.Wrap
Component.onCompleted: forceActiveFocus()
Keys.onReturnPressed: text.length !== 0 && validText(text) Keys.onReturnPressed: text.length !== 0 && validText(text)
} }
} }
......
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