mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 02:05:59 +00:00
clear perspective cache reloads also patterns
This commit is contained in:
@@ -111,11 +111,12 @@
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
const cache = new PerspectiveCache();
|
let cache = new PerspectiveCache();
|
||||||
const loadedCounts = writable({});
|
const loadedCounts = writable({});
|
||||||
|
|
||||||
export function refresh() {
|
export function refresh() {
|
||||||
cache.clear();
|
cache = new PerspectiveCache();
|
||||||
|
// cache.clear();
|
||||||
loadedCounts.set({});
|
loadedCounts.set({});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user