mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 13:36:02 +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({});
|
||||
|
||||
export function refresh() {
|
||||
cache.clear();
|
||||
cache = new PerspectiveCache();
|
||||
// cache.clear();
|
||||
loadedCounts.set({});
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user