fixed: finding element to autofocus
This commit is contained in:
Родитель
fd8bafa6a0
Коммит
2eab63fba6
|
@ -86,7 +86,7 @@ var dialogPolyfill = (function() {
|
|||
var first_form_ctrl = null;
|
||||
var autofocus = null;
|
||||
var findElementToFocus = function(root) {
|
||||
if (!children.length) {
|
||||
if (!root.children) {
|
||||
return;
|
||||
}
|
||||
for (var i = 0; i < root.children.length; i++) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче