feat(web): add ctrl+a / ctrl+d shortcuts to select / deselect all assets (#8105)
* feat(web): use ctrl+a / ctrl+d to select / deselect all assets * fix(web): use shortcutList for ctrl+a / ctrl+d * fix(web): remove useless get() * feat(web): asset interaction store can now select many assets at once
This commit is contained in:
@@ -519,4 +519,4 @@ export class AssetStore {
|
||||
}
|
||||
}
|
||||
|
||||
export const isSelectAllCancelled = writable(false);
|
||||
export const isSelectingAllAssets = writable(false);
|
||||
|
||||
Reference in New Issue
Block a user