mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-16 05:04:04 +00:00
Also refresh collection
This commit is contained in:
@ -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(() => {
|
||||||
|
Reference in New Issue
Block a user