From 7ebb02b0d458654a021ccd68ad987ebe69d2c901 Mon Sep 17 00:00:00 2001 From: LianaHus Date: Wed, 3 Apr 2019 13:49:03 +0200 Subject: [PATCH] fixing tests --- 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 93be673a31..88c640d87b 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} ${css.newFile}" title=${title}> + { event.stopPropagation(); this[ action ]() }} class="${icon} newFile ${css.newFile}" title=${title}> ` } })