Loading packages/client/src/lib/template.ts +0 −3 Original line number Diff line number Diff line Loading @@ -76,9 +76,6 @@ export class Template extends EventEmitter<TemplateEvents> { templateHolder.appendChild(this.$canvas); this.setupWebGL(); // @ts-ignore window.TemplateTest = this; } destroy() { Loading Loading
packages/client/src/lib/template.ts +0 −3 Original line number Diff line number Diff line Loading @@ -76,9 +76,6 @@ export class Template extends EventEmitter<TemplateEvents> { templateHolder.appendChild(this.$canvas); this.setupWebGL(); // @ts-ignore window.TemplateTest = this; } destroy() { Loading