disable/default icon control

This commit is contained in:
Burak Civan
2022-10-17 12:44:22 +03:00
parent e9aa7f81f4
commit f755efa947
5 changed files with 23 additions and 14 deletions

View File

@ -385,4 +385,11 @@ document.querySelectorAll('[data-truncate]').forEach((truncate) => {
}
});
});
//disable/enable icons ejected from data-truncate
document.querySelectorAll('[data-index-icon]').forEach((defaultText) => {
defaultText.parentElement.parentElement.parentElement.appendChild(defaultText);
});
//disable/enable icons ejected from data-truncate
//margue animation for truncated text