Fix ModelView addItem/withItem ordering (#14205) (#14208)

(cherry picked from commit 6f192f9af5)
This commit is contained in:
Charles Gagnon
2021-02-11 10:03:44 -08:00
committed by GitHub
parent de83a33075
commit 614a130811
2 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ export abstract class ViewBase extends AngularDisposable implements IModelView {
initial: true
};
});
this.addToContainer(component.id, items);
this.addToContainer(component.id, items, true);
}
return descriptor;