Skip to content

Commit

Permalink
fix(web): shift-select again (#8098)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Mar 20, 2024
1 parent 5e09064 commit 0d5584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/components/photos-page/asset-grid.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
return;
}
if (matchesShortcut(event, { key: 'Shift', shift: true })) {
if (matchesShortcut(event, { key: 'Shift', shift: false })) {
event.preventDefault();
shiftKeyIsDown = false;
}
Expand Down

0 comments on commit 0d5584e

Please sign in to comment.