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

This commit is contained in:
Ronan Abhamon 2017-02-20 10:55:34 +01:00
parent dfd0516399
commit 5e69b750d0

View file

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