mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 09:35:37 -05:00
Advanced Description On Bottom (#4836)
* move description to the bottom * formatting
This commit is contained in:
@@ -419,6 +419,12 @@ export class ScrollableSplitView extends HeightMap implements IDisposable {
|
||||
}
|
||||
}
|
||||
|
||||
clear(): void {
|
||||
for (let i = this.viewItems.length - 1; i >= 0; i--) {
|
||||
this.removeView(i);
|
||||
}
|
||||
}
|
||||
|
||||
removeView(index: number, sizing?: Sizing): IView {
|
||||
if (this.state !== State.Idle) {
|
||||
throw new Error('Cant modify splitview');
|
||||
|
||||
Reference in New Issue
Block a user