focus template selection not remixGuide

pull/5042/head
aniket-engg 3 months ago committed by Aniket
parent c2dc5e5281
commit f120a74a79
  1. 2
      apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx

@ -35,7 +35,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
async onActivation() {
this.handleThemeChange()
await this.call('tabs', 'focus', 'remixGuide')
await this.call('tabs', 'focus', 'templateSelection')
this.renderComponent()
_paq.push(['trackEvent', 'plugin', 'activated', 'remixGuide'])
}

Loading…
Cancel
Save