pull/933/head
yann300 4 years ago
parent 354b0b1400
commit 1c7507d3a2
  1. 4
      apps/remix-ide/src/app/ui/landing-page/landing-page.js

@ -251,10 +251,10 @@ export class LandingPage extends ViewPlugin {
} else {
try {
fileProviders.workspace.addExternal(type + '/' + cleanUrl, content, url)
this.verticalIcons.select('fileExplorers')
this.verticalIcons.select('fileExplorers')
} catch (e) {
modalDialogCustom.alert(e.message)
}
}
}
}
)

Loading…
Cancel
Save