mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
fix(web): shift-select again (#8098)
This commit is contained in:
parent
5e090646ba
commit
0d5584ecbb
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
if (matchesShortcut(event, { key: 'Shift', shift: true })) {
|
||||
if (matchesShortcut(event, { key: 'Shift', shift: false })) {
|
||||
event.preventDefault();
|
||||
shiftKeyIsDown = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue