fix(desktop): keep driver store open when tabs close on disconnect
This commit is contained in:
parent
64a35e4c4a
commit
d59ce9f483
|
|
@ -320,7 +320,6 @@ watch(
|
|||
if (id) newQueryContextSource.value = "tab";
|
||||
selectedSql.value = "";
|
||||
activeOutputView.value = "result";
|
||||
showDriverStore.value = false;
|
||||
if (id) queryStore.reloadEvictedTab(id);
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue