Skip to content

Commit 6b0dfd8

Browse files
maryhippMary Hipp
andauthored
dont reset canvas if studio is loaded with canvas destination (#8252)
Co-authored-by: Mary Hipp <[email protected]>
1 parent 471c010 commit 6b0dfd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

invokeai/frontend/web/src/app/hooks/useStudioInitAction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ export const useStudioInitAction = (action?: StudioInitAction) => {
170170
case 'canvas':
171171
// Go to the canvas tab, open the launchpad
172172
await navigationApi.focusPanel('canvas', WORKSPACE_PANEL_ID);
173-
store.dispatch(canvasReset());
174173
break;
175174
case 'workflows':
176175
// Go to the workflows tab

0 commit comments

Comments
 (0)