fix location of class name

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

@ -517,7 +517,7 @@ fileExplorer.prototype.renderMenuItems = function () {
`
} else {
return yo`
<span onclick=${(event) => { event.stopPropagation(); this[ action ]() }} class="${icon} newFile ${css.newFile}" title=${title}></span>
<span onclick=${(event) => { event.stopPropagation(); this[ action ]() }} class="newFile ${icon} ${css.newFile}" title=${title}></span>
`
}
})

Loading…
Cancel
Save