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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);