updating documents
Deploy / deploy (push) Successful in 39s

This commit is contained in:
2026-05-08 00:36:14 +02:00
parent b70e8cd6e4
commit 424e2bf419
+1
View File
@@ -192,6 +192,7 @@ function initApp() {
document.querySelectorAll('[data-bs-toggle="tab"]').forEach(tab => {
tab.addEventListener('shown.bs.tab', () => {
if (tab.id === 'network-tab') { resizeCanvas(); renderNetwork(); }
if (tab.id === 'documents-tab') { renderDocuments(); }
});
});