This commit is contained in:
Jackson Kearl 2021-07-01 07:53:20 -06:00
parent fa5aaedeca
commit e33453472b
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

@ -307,6 +307,7 @@ export class GettingStartedPage extends EditorPane {
this.commandService.executeCommand(selectedCategory.content.command);
} else {
this.gettingStartedService.markWalkthroughOpened(argument);
this.gettingStartedList?.setEntries(this.gettingStartedService.getCategories());
this.scrollToCategory(argument);
}
break;