From 633ef1586a70b26f479dd52e3d0bd6d07ea33ea4 Mon Sep 17 00:00:00 2001 From: LianaHus Date: Wed, 3 Apr 2019 10:18:36 +0200 Subject: [PATCH] fixed fil-open icon and change the style of icons --- src/app/files/file-explorer.js | 10 +++++----- src/app/files/styles/file-explorer-styles.js | 7 ++++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/files/file-explorer.js b/src/app/files/file-explorer.js index 9982c3893a..cafe2efb1c 100644 --- a/src/app/files/file-explorer.js +++ b/src/app/files/file-explorer.js @@ -63,6 +63,8 @@ function fileExplorer (localRegistry, files, menuItems) { fileManager: self._components.registry.get('filemanager').api } + self._components.registry.put({ api: self, name: `fileexplorer/${self.files.type}` }) + // warn if file changed outside of Remix function remixdDialog () { return yo`
This file has been changed outside of Remix IDE.
` @@ -507,7 +509,7 @@ fileExplorer.prototype.renderMenuItems = function () { items = this.menuItems.map(({action, title, icon}) => { if (action === 'uploadFile') { return yo` -