Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ export class DescriptionTemplateEditorComponent extends BaseEditor<DescriptionTe
this._updateOrdinals(tocentries);
if (tocentries && tocentries.length) {
if (tocentries && tocentries.length && !this.selectedTocEntry) {
this.selectedTocEntry = tocentries[0];
}