mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-18 11:58:11 +00:00
fix(ContactEdit): set correctly focus on username field when the add button of the smart bar is clicked
This commit is contained in:
parent
d32f8ed4b7
commit
ea5e3849ba
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ ColumnLayout {
|
|||
onEditingFinished: Logic.setUsername(text)
|
||||
onReadOnlyChanged: {
|
||||
if (!readOnly) {
|
||||
focus = true
|
||||
forceActiveFocus()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue