pull/4925/head
filip mertens 5 months ago
parent f3913deebd
commit cf8938ccbc
  1. 1
      libs/remix-core-plugin/src/lib/gist-handler.ts

@ -126,7 +126,6 @@ export class GistHandler extends Plugin {
obj['/' + path] = data.files[element] obj['/' + path] = data.files[element]
}) })
if (this.isDesktop) { if (this.isDesktop) {
await this.call('remix-templates', 'loadFilesInNewWindow', obj) await this.call('remix-templates', 'loadFilesInNewWindow', obj)
} else { } else {

Loading…
Cancel
Save