Skip to content

Commit d6181e4

Browse files
maximevtushpsychedelicious
authored andcommitted
Update useImageViewer.ts
1 parent 0a4ea9a commit d6181e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/gallery/components/ImageViewer/useImageViewer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import type { ImageDTO } from 'services/api/types';
2121
*
2222
* We can hack around this, thanks to the fact that the image viewer is always opened on the first app startup. By the
2323
* time the user closes it, the resizable panels library has already done its one extra resize and the DOM layout has
24-
* stablized. So we can track the first time the image viewer is closed and fit the layers to the stage at that time,
24+
* stabilized. So we can track the first time the image viewer is closed and fit the layers to the stage at that time,
2525
* ensuring that the bbox is centered in the canvas stage on that first app startup.
2626
*
2727
* TODO(psyche): Figure out a better way to do handle this...

0 commit comments

Comments
 (0)