fix switching to the file explorer

pull/5370/head
yann300 5 years ago
parent 00f6ee7f61
commit e9f2d7dcd6
  1. 2
      src/app/ui/landing-page/landing-page.js

@ -111,7 +111,7 @@ export class LandingPage extends ViewPlugin {
modalDialogCustom.alert(error)
} else {
fileProviders['browser'].addReadOnly(type + '/' + cleanUrl, content, url)
globalRegistry.get('verticalicon').api.select('fileExplorers')
this.verticalIcons.select('fileExplorers')
}
}
)

Loading…
Cancel
Save