fixing tests

pull/1/head
LianaHus 6 years ago
parent fe7fc41ae7
commit 7ebb02b0d4
  1. 2
      src/app/files/file-explorer.js

@ -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>
` `
} }
}) })

Loading…
Cancel
Save