Don't start editing pre-filled fields
This commit is contained in:
@@ -22,7 +22,9 @@ class EditorGroup extends EditorEntryBase {
|
||||
|
||||
afterDomAdd() {
|
||||
this.nodes_.selectNext();
|
||||
this.nodes_.getSelected().xArchObj.startEdit();
|
||||
if (this.nodes_.getSelected().getValue() == '') {
|
||||
this.nodes_.getSelected().xArchObj.startEdit();
|
||||
}
|
||||
}
|
||||
|
||||
serialize() {
|
||||
|
||||
Reference in New Issue
Block a user