dont reset canvas if studio is loaded with canvas destination (#8252)

Co-authored-by: Mary Hipp <maryhipp@Marys-MacBook-Air.local>
This commit is contained in:
Mary Hipp Rogers
2025-07-10 09:36:41 -04:00
committed by GitHub
parent 471c010217
commit 6b0dfd8427

View File

@@ -170,7 +170,6 @@ export const useStudioInitAction = (action?: StudioInitAction) => {
case 'canvas':
// Go to the canvas tab, open the launchpad
await navigationApi.focusPanel('canvas', WORKSPACE_PANEL_ID);
store.dispatch(canvasReset());
break;
case 'workflows':
// Go to the workflows tab