Skip to content

Commit

Permalink
Complete step on selection (#172941)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyaus authored Jan 31, 2023
1 parent 06eb374 commit 2c60877
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ export class GettingStartedPage extends EditorPane {
stepElement.classList.add('expanded');
stepElement.setAttribute('aria-expanded', 'true');
this.buildMediaComponent(id);
this.gettingStartedService.progressByEvent('stepSelected:' + id);
this.gettingStartedService.progressStep(id);
} else {
this.editorInput.selectedStep = undefined;
}
Expand Down

0 comments on commit 2c60877

Please sign in to comment.