div instead of span

pull/1/head
yann300 8 years ago
parent 9321f33567
commit a6d0524c01
  1. 4
      src/app/file-explorer.js

@ -67,9 +67,9 @@ function fileExplorer (appAPI, files) {
}) })
var deleteButton = yo` var deleteButton = yo`
<div class=${css.remove} onclick=${deletePath}> <span class=${css.remove} onclick=${deletePath}>
<i class="fa fa-trash" aria-hidden="true"></i> <i class="fa fa-trash" aria-hidden="true"></i>
</div> </span>
` `
appAPI.event.register('currentFileChanged', (newFile) => { appAPI.event.register('currentFileChanged', (newFile) => {

Loading…
Cancel
Save