Skip to content

Commit

Permalink
Merge remote-tracking branch 'yojeek/dev-aurora' into dev-aurora
Browse files Browse the repository at this point in the history
  • Loading branch information
yojeek committed Jan 6, 2024
2 parents 281c036 + b463d7f commit c38ef5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function registerSwitchToMainGraphCommand(
handler.registerCommand<SwitchToMainGraphCommand>(SWITCH_TO_MAIN_GRAPH_COMMAND, {
canExecute: () => displayedGraph.value !== displayedGraph.value.editor.graph,
execute: () => {
handler.executeCommand(SAVE_SUBGRAPH_COMMAND);
// handler.executeCommand(SAVE_SUBGRAPH_COMMAND);
switchGraph(displayedGraph.value.editor.graph);
},
});
Expand Down

0 comments on commit c38ef5a

Please sign in to comment.