refresh perspective command

This commit is contained in:
Jan Prochazka
2022-07-24 15:56:29 +02:00
parent 088ca231f3
commit 96106e6aac
3 changed files with 63 additions and 12 deletions

View File

@@ -109,4 +109,8 @@ export class PerspectiveCache {
// cache could be used
return res;
}
clear() {
this.tables = {};
}
}