Fix missing label
This commit is contained in:
@@ -194,6 +194,7 @@
|
|||||||
var rootChev = document.createElement('span');
|
var rootChev = document.createElement('span');
|
||||||
rootChev.className = 'tree-chevron is-leaf';
|
rootChev.className = 'tree-chevron is-leaf';
|
||||||
rootRow.appendChild(rootChev);
|
rootRow.appendChild(rootChev);
|
||||||
|
var rootLabel = document.createElement('span');
|
||||||
rootLabel.className = 'tree-name';
|
rootLabel.className = 'tree-name';
|
||||||
rootLabel.textContent = '/';
|
rootLabel.textContent = '/';
|
||||||
rootRow.appendChild(rootLabel);
|
rootRow.appendChild(rootLabel);
|
||||||
|
|||||||
Reference in New Issue
Block a user