mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-02 10:16:24 +00:00
fix(ui/modules/Common/Form/ListForm): use values instead of listForm in setTimeout
This commit is contained in:
parent
dfd0516399
commit
5e69b750d0
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ RowLayout {
|
|||
//
|
||||
// So, I choose to run a callback executed after this
|
||||
// internal event.
|
||||
Utils.setTimeout(listForm, 0, function () {
|
||||
Utils.setTimeout(values, 0, function () {
|
||||
textInput.forceActiveFocus()
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue