master #12

Merged
m.lettere merged 4 commits from master into ccp-features 2023-10-06 16:22:58 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 5e88cd90f5 - Show all commits

View File

@ -432,6 +432,7 @@ class D4SStorageTree extends D4SStorageHtmlElement {
li.setAttribute(D4SStorageTree.dataname_attr, label); li.setAttribute(D4SStorageTree.dataname_attr, label);
li.setAttribute(D4SStorageTree.dataid_attr, id); li.setAttribute(D4SStorageTree.dataid_attr, id);
li.style.userSelect = "none" li.style.userSelect = "none"
li.title = li.alt = label
if (parentId) { if (parentId) {
li.setAttribute(D4SStorageTree.parentid_attr, parentId); li.setAttribute(D4SStorageTree.parentid_attr, parentId);
} }