Refactor Lucide icon rendering by replacing nodes with root across components and fix unintended character encoding issues in placeholders and text.
This commit is contained in:
@@ -19,7 +19,7 @@ class AppRoot extends HTMLElement {
|
||||
if (main) {
|
||||
main.innerHTML = html;
|
||||
main.scrollTop = 0;
|
||||
if (window.lucide) lucide.createIcons({ nodes: [main] });
|
||||
if (window.lucide) lucide.createIcons({ root: main });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user