diff --git a/libs/remix-core-plugin/src/lib/gist-handler.ts b/libs/remix-core-plugin/src/lib/gist-handler.ts index afe415fc6b..2b1f586bbf 100644 --- a/libs/remix-core-plugin/src/lib/gist-handler.ts +++ b/libs/remix-core-plugin/src/lib/gist-handler.ts @@ -126,7 +126,6 @@ export class GistHandler extends Plugin { obj['/' + path] = data.files[element] }) - if (this.isDesktop) { await this.call('remix-templates', 'loadFilesInNewWindow', obj) } else {