From fce16e8c2a5000afeec0b568e448327aa22a9b7e Mon Sep 17 00:00:00 2001 From: LianaHus Date: Wed, 3 Apr 2019 13:54:35 +0200 Subject: [PATCH] fix location of class name --- src/app/files/file-explorer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/files/file-explorer.js b/src/app/files/file-explorer.js index 88c640d87b..b569d105ee 100644 --- a/src/app/files/file-explorer.js +++ b/src/app/files/file-explorer.js @@ -517,7 +517,7 @@ fileExplorer.prototype.renderMenuItems = function () { ` } else { return yo` - { event.stopPropagation(); this[ action ]() }} class="${icon} newFile ${css.newFile}" title=${title}> + { event.stopPropagation(); this[ action ]() }} class="newFile ${icon} ${css.newFile}" title=${title}> ` } })