mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
model view remove and insert components (#2351)
* added the ability to remove a component from a container to insert it to a position
This commit is contained in:
@@ -132,8 +132,7 @@ export default class TableComponent extends ComponentBase implements IComponent,
|
||||
|
||||
public layout(): void {
|
||||
this.layoutTable();
|
||||
|
||||
this._changeRef.detectChanges();
|
||||
super.layout();
|
||||
}
|
||||
|
||||
private layoutTable(): void {
|
||||
|
||||
Reference in New Issue
Block a user