mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 04:05:39 -04:00
fix(web): shift-select again (#8098)
This commit is contained in:
parent
5e090646ba
commit
0d5584ecbb
@ -218,7 +218,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (matchesShortcut(event, { key: 'Shift', shift: true })) {
|
if (matchesShortcut(event, { key: 'Shift', shift: false })) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
shiftKeyIsDown = false;
|
shiftKeyIsDown = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user