mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Scene selection improvements (#642)
* Select subsequent scenes on card click
This commit is contained in:
@@ -100,6 +100,7 @@ export const SceneList: React.FC<ISceneList> = ({
|
||||
key={scene.id}
|
||||
scene={scene}
|
||||
zoomIndex={zoomIndex}
|
||||
selecting={selectedIds.size > 0}
|
||||
selected={selectedIds.has(scene.id)}
|
||||
onSelectedChanged={(selected: boolean, shiftKey: boolean) =>
|
||||
listData.onSelectChange(scene.id, selected, shiftKey)
|
||||
|
||||
Reference in New Issue
Block a user