pull/5370/head
yann300 4 years ago
parent 403056d83d
commit a906abd9eb
  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