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