Commit 26b1f8d9 authored by yann300's avatar yann300

fix switching to the file explorer

parent 89c9cf28
...@@ -111,7 +111,7 @@ export class LandingPage extends ViewPlugin { ...@@ -111,7 +111,7 @@ export class LandingPage extends ViewPlugin {
modalDialogCustom.alert(error) modalDialogCustom.alert(error)
} else { } else {
fileProviders['browser'].addReadOnly(type + '/' + cleanUrl, content, url) fileProviders['browser'].addReadOnly(type + '/' + cleanUrl, content, url)
globalRegistry.get('verticalicon').api.select('fileExplorers') this.verticalIcons.select('fileExplorers')
} }
} }
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment