mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 14:18:09 +00:00
feat(ui/modules/Common/DroppableTextArea): force active focus on creation
This commit is contained in:
parent
2a3680ec72
commit
6b2a7a12e4
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ Item {
|
|||
selectByMouse: true
|
||||
wrapMode: TextArea.Wrap
|
||||
|
||||
Component.onCompleted: forceActiveFocus()
|
||||
Keys.onReturnPressed: text.length !== 0 && validText(text)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue