mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-27 10:08:41 +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)
|
onEditingFinished: Logic.setUsername(text)
|
||||||
onReadOnlyChanged: {
|
onReadOnlyChanged: {
|
||||||
if (!readOnly) {
|
if (!readOnly) {
|
||||||
focus = true
|
forceActiveFocus()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue