From 26b1f8d979f0f084e9bd61c1ae3e40baa487c02a Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 26 Sep 2019 13:29:01 +0200 Subject: [PATCH] fix switching to the file explorer --- src/app/ui/landing-page/landing-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ui/landing-page/landing-page.js b/src/app/ui/landing-page/landing-page.js index c0edcbff32..937dd09430 100644 --- a/src/app/ui/landing-page/landing-page.js +++ b/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') } } )