A lot of things
This commit is contained in:
@@ -3,4 +3,10 @@
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
lucide.createIcons();
|
||||
});
|
||||
|
||||
window.refreshIcons = (container = document) => {
|
||||
const pending = container.querySelectorAll('[data-lucide]');
|
||||
if (pending.length === 0) return;
|
||||
lucide.createIcons();
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user