auto-git:
[change] renderer.js
This commit is contained in:
@@ -589,6 +589,7 @@ folders.forEach(folderObj => {
|
||||
if (li) {
|
||||
if (folderObj.needsRelocation) {
|
||||
li.classList.add('needs-relocation');
|
||||
li.setAttribute.disabled;
|
||||
// evtl. !-Icon einblenden
|
||||
} else {
|
||||
li.classList.remove('needs-relocation');
|
||||
|
||||
Reference in New Issue
Block a user