mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 17:23:16 +03:00
fix(web): shift-select again (#8098)
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
if (matchesShortcut(event, { key: 'Shift', shift: true })) {
|
||||
if (matchesShortcut(event, { key: 'Shift', shift: false })) {
|
||||
event.preventDefault();
|
||||
shiftKeyIsDown = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user