global: snapshot

This commit is contained in:
nym21
2026-02-13 16:54:09 +01:00
parent d18c872072
commit dfcb04484b
17 changed files with 485 additions and 265 deletions

View File

@@ -389,10 +389,6 @@ export function initOptions() {
const onSelectedPath = isOnSelectedPath(node.path);
if (onSelectedPath) {
li.dataset.highlight = "";
}
if (node.type === "group") {
const details = window.document.createElement("details");
details.dataset.name = node.serName;
@@ -439,6 +435,7 @@ export function initOptions() {
if (parentEl) return;
parentEl = el;
buildTreeDOM(processedTree, el);
updateHighlight(selected.value);
}
if (!selected.value) {