Don't use [ztabindex]
in selector when finding metadata fields
This commit is contained in:
parent
ffef57eed1
commit
c01b3ae270
1 changed files with 1 additions and 1 deletions
|
@ -2284,7 +2284,7 @@
|
|||
}
|
||||
|
||||
focusField(fieldName) {
|
||||
let field = this.querySelector(`[fieldname="${fieldName}"][ztabindex]`);
|
||||
let field = this.querySelector(`editable-text[fieldname="${fieldName}"]`);
|
||||
if (!field) return false;
|
||||
return this._focusNextField(field.getAttribute('ztabindex'));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue