mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-20 12:00:24 -04:00
Merge from vscode 70dc55955d586ebd427658b43cdb344f2047f9c2 (#6789)
This commit is contained in:
@@ -192,9 +192,6 @@ export abstract class ZoneWidget implements IHorizontalSashLayoutProvider {
|
||||
}
|
||||
|
||||
public dispose(): void {
|
||||
|
||||
this._disposables.dispose();
|
||||
|
||||
if (this._overlayWidget) {
|
||||
this.editor.removeOverlayWidget(this._overlayWidget);
|
||||
this._overlayWidget = null;
|
||||
@@ -211,6 +208,8 @@ export abstract class ZoneWidget implements IHorizontalSashLayoutProvider {
|
||||
|
||||
this.editor.deltaDecorations(this._positionMarkerId, []);
|
||||
this._positionMarkerId = [];
|
||||
|
||||
this._disposables.dispose();
|
||||
}
|
||||
|
||||
public create(): void {
|
||||
|
||||
Reference in New Issue
Block a user