Refixed tabIndex on the connector window with a better method
This commit is contained in:
@@ -409,12 +409,7 @@ export default {
|
||||
|
||||
this.current.fields.push(f);
|
||||
|
||||
const newTabIndex = f.nextTabIndex();
|
||||
|
||||
// Ignore if the field does not contain tabIndex
|
||||
if (newTabIndex > 1) {
|
||||
tabIndex = newTabIndex;
|
||||
}
|
||||
tabIndex = f.nextTabIndex();
|
||||
}
|
||||
|
||||
this.submitterTabIndex = tabIndex > 0 ? tabIndex : 1;
|
||||
|
||||
Reference in New Issue
Block a user