perspective filters

This commit is contained in:
Jan Prochazka
2022-07-25 21:42:01 +02:00
parent f504283002
commit 3bdb5c0152
8 changed files with 142 additions and 46 deletions

View File

@@ -50,7 +50,15 @@
{schemaName}
{pureName}
config={$config}
setConfig={config.update}
setConfig={(value, reload) => {
if (reload) {
cache.clear();
}
config.update(value);
if (reload) {
loadedCounts.set({});
}
}}
{cache}
{loadedCounts}
/>