mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
make the designer event based (#17472)
* make the designer event based * pr comments
This commit is contained in:
@@ -108,6 +108,10 @@ export class TabbedPanel extends Disposable {
|
||||
return this.parent;
|
||||
}
|
||||
|
||||
public get activeTabId(): string | undefined {
|
||||
return this._shownTabId;
|
||||
}
|
||||
|
||||
public override dispose() {
|
||||
this.header.remove();
|
||||
this.tabList.remove();
|
||||
|
||||
Reference in New Issue
Block a user