Commit 7ebb02b0 authored by LianaHus's avatar LianaHus

fixing tests

parent fe7fc41a
...@@ -517,7 +517,7 @@ fileExplorer.prototype.renderMenuItems = function () { ...@@ -517,7 +517,7 @@ fileExplorer.prototype.renderMenuItems = function () {
` `
} else { } else {
return yo` return yo`
<span onclick=${(event) => { event.stopPropagation(); this[ action ]() }} class="${icon} ${css.newFile}" title=${title}></span> <span onclick=${(event) => { event.stopPropagation(); this[ action ]() }} class="${icon} newFile ${css.newFile}" title=${title}></span>
` `
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment