Commit 5e69b750 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/modules/Common/Form/ListForm): use `values` instead of `listForm` in `setTimeout`

parent dfd05163
......@@ -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()
})
}
......
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