fix location of class name

pull/3094/head
LianaHus 6 years ago
parent 9c2084d45a
commit 26cce0ef85
  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