mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
Fix ModelView addItem/withItem ordering (#14205)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user