From fcd7513ff92831d8e54af868d968c503126cc403 Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Tue, 14 Apr 2020 14:16:03 +0200 Subject: [PATCH] fixed the issue with open file --- src/app/files/file-explorer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/files/file-explorer.js b/src/app/files/file-explorer.js index db6f14515b..24e14ebeb7 100644 --- a/src/app/files/file-explorer.js +++ b/src/app/files/file-explorer.js @@ -621,7 +621,7 @@ fileExplorer.prototype.renderMenuItems = function () { items = this.menuItems.map(({action, title, icon}) => { if (action === 'uploadFile') { return yo` - - + ` } else { return yo`