mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
fix query results view issue (#20234)
This commit is contained in:
@@ -86,6 +86,7 @@ class ResultsView extends Disposable implements IPanelView {
|
|||||||
|
|
||||||
public clear() {
|
public clear() {
|
||||||
this.gridPanel.clear();
|
this.gridPanel.clear();
|
||||||
|
this._runner = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
remove(): void {
|
remove(): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user