Skip to content

Commit

Permalink
Update test.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Jun 30, 2022
1 parent 053a6f5 commit 805dcae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<script type=module>
document.addEventListener('u1-tree1-expand',e=>{
const tree = e.target;
console.log(tree.path());
if (e.load) {
e.load(delaied(()=>{
tree.innerHTML += '<u1-tree1><span slot=icon>🖼</span>Dynamic File 1</u1-tree1>';
Expand Down

0 comments on commit 805dcae

Please sign in to comment.