File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
invokeai/frontend/web/src/app/hooks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,13 +162,13 @@ export const useStudioInitAction = (action?: StudioInitAction) => {
162
162
async ( destination : StudioDestinationAction [ 'data' ] [ 'destination' ] ) => {
163
163
switch ( destination ) {
164
164
case 'generation' :
165
- // Go to the canvas tab, open the image viewer, and enable send-to-gallery mode
165
+ // Go to the generate tab, open the launchpad
166
166
await navigationApi . focusPanel ( 'generate' , LAUNCHPAD_PANEL_ID ) ;
167
167
store . dispatch ( paramsReset ( ) ) ;
168
168
store . dispatch ( activeTabCanvasRightPanelChanged ( 'gallery' ) ) ;
169
169
break ;
170
170
case 'canvas' :
171
- // Go to the canvas tab, close the image viewer, and disable send-to-gallery mode
171
+ // Go to the canvas tab, open the launchpad
172
172
await navigationApi . focusPanel ( 'canvas' , WORKSPACE_PANEL_ID ) ;
173
173
store . dispatch ( canvasReset ( ) ) ;
174
174
break ;
You can’t perform that action at this time.
0 commit comments