master #12
|
@ -432,6 +432,7 @@ class D4SStorageTree extends D4SStorageHtmlElement {
|
|||
li.setAttribute(D4SStorageTree.dataname_attr, label);
|
||||
li.setAttribute(D4SStorageTree.dataid_attr, id);
|
||||
li.style.userSelect = "none"
|
||||
li.title = li.alt = label
|
||||
if (parentId) {
|
||||
li.setAttribute(D4SStorageTree.parentid_attr, parentId);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue