Skip to content

Commit f120a74

Browse files
committed
focus template selection not remixGuide
1 parent c2dc5e5 commit f120a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
3535

3636
async onActivation() {
3737
this.handleThemeChange()
38-
await this.call('tabs', 'focus', 'remixGuide')
38+
await this.call('tabs', 'focus', 'templateSelection')
3939
this.renderComponent()
4040
_paq.push(['trackEvent', 'plugin', 'activated', 'remixGuide'])
4141
}

0 commit comments

Comments
 (0)