fix(web): cancel select all (#6047)

* fix: cancel select all

* rename var
This commit is contained in:
martin
2024-01-01 17:18:22 +01:00
committed by GitHub
parent 0ed89e61ec
commit 9de557916b
3 changed files with 14 additions and 2 deletions

View File

@@ -438,3 +438,5 @@ export class AssetStore {
this.store$.update(() => this);
}
}
export const isSelectAllCancelled = writable(false);