0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-21 00:52:43 -05:00

fix(web): shift-select again (#8098)

This commit is contained in:
Alex 2024-03-20 09:28:19 -05:00 committed by GitHub
parent 5e090646ba
commit 0d5584ecbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,7 +218,7 @@
return;
}
if (matchesShortcut(event, { key: 'Shift', shift: true })) {
if (matchesShortcut(event, { key: 'Shift', shift: false })) {
event.preventDefault();
shiftKeyIsDown = false;
}