Skip to content

Commit 7fecb8e

Browse files
Attila Csehpsychedelicious
authored andcommitted
formatting fixed
1 parent ee6a2a6 commit 7fecb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/gallery/components/ImageGrid/GalleryImage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const buildOnClick =
118118
const start = Math.min(lastClickedIndex, currentClickedIndex);
119119
const end = Math.max(lastClickedIndex, currentClickedIndex);
120120
const imagesToSelect = imageNames.slice(start, end + 1);
121-
if(currentClickedIndex < lastClickedIndex) {
121+
if (currentClickedIndex < lastClickedIndex) {
122122
imagesToSelect.reverse();
123123
}
124124
dispatch(selectionChanged(imagesToSelect));

0 commit comments

Comments
 (0)