Commit 22d2d804 authored by yann300's avatar yann300

fix treeview caret

parent 23ffb9c3
...@@ -65,7 +65,7 @@ class TreeView { ...@@ -65,7 +65,7 @@ class TreeView {
list.style.display = list.style.display === 'none' ? 'block' : 'none' list.style.display = list.style.display === 'none' ? 'block' : 'none'
} }
} }
return yo`<li style=${this.cssLi}>${label}${renderedChildren}</li>` return yo`<li id=${key + (new Date().getUTCMilliseconds())} style=${this.cssLi}>${label}${renderedChildren}</li>`
} }
extractPropertiesDefault (key, data) { extractPropertiesDefault (key, data) {
......
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