Fix data not being loaded in MRVA results panel

When the MRVA results panel is closed (so the panel gets disposed) and
opened again, it would not load the MRVA data (such as whether a query
has already been downloaded). This fixes it by also resetting the
internal state of whether the panel is loaded when the panel is
disposed.
This commit is contained in:
Koen Vlaswinkel
2022-08-24 13:20:01 +02:00
parent 5b5ef26864
commit 2113d08545

View File

@@ -125,6 +125,7 @@ export class RemoteQueriesInterfaceManager {
() => {
this.panel = undefined;
this.currentQueryId = undefined;
this.panelLoaded = false;
},
null,
ctx.subscriptions