pull/1382/head
yann300 4 years ago
parent afc6ee3045
commit e2341d4c90
  1. 2
      apps/remix-ide/src/app/panels/file-panel.js

@ -182,7 +182,7 @@ module.exports = class Filepanel extends ViewPlugin {
path = data.cleanUrl
content = data.content
await this._deps.fileProviders.workspace.set(path, content)
}
}
this.initialWorkspace = 'code-sample'
await this._deps.fileManager.openFile(path)
} catch (e) {

Loading…
Cancel
Save