mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-12-01 13:20:54 +00:00
Also refresh collection
This commit is contained in:
parent
4e5e00907d
commit
dd5bf9004d
@ -100,6 +100,7 @@
|
|||||||
async function reload() {
|
async function reload() {
|
||||||
activeHostKey && await openConnection(activeHostKey);
|
activeHostKey && await openConnection(activeHostKey);
|
||||||
activeDbKey && await openDatabase(activeDbKey);
|
activeDbKey && await openDatabase(activeDbKey);
|
||||||
|
activeCollKey && await openCollection(activeCollKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user