File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
invokeai/frontend/web/src/features/gallery/components/ImageViewer Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import type { ImageDTO } from 'services/api/types';
21
21
*
22
22
* We can hack around this, thanks to the fact that the image viewer is always opened on the first app startup. By the
23
23
* 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,
25
25
* ensuring that the bbox is centered in the canvas stage on that first app startup.
26
26
*
27
27
* TODO(psyche): Figure out a better way to do handle this...
You can’t perform that action at this time.
0 commit comments