Commit a6d0524c authored by yann300's avatar yann300

div instead of span

parent 9321f335
...@@ -67,9 +67,9 @@ function fileExplorer (appAPI, files) { ...@@ -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) => {
......
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