mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Change visibility type for panel hiding (#864)
* change visibility method for panels * make the new visibility type opt in
This commit is contained in:
@@ -80,7 +80,7 @@ export class WebviewWidget extends DashboardWidget implements IDashboardWidget,
|
||||
}
|
||||
|
||||
public layout(): void {
|
||||
this._createWebview();
|
||||
this._webview.layout();
|
||||
}
|
||||
|
||||
public sendMessage(message: string): void {
|
||||
|
||||
Reference in New Issue
Block a user