This commit is contained in:
2026-01-28 01:33:41 +01:00
parent 2665b01a74
commit 8517febcb4
3 changed files with 4 additions and 7 deletions

View File

@@ -437,8 +437,7 @@
syncing.add(target);
if (target.components) {
try {
const comps = target.components();
if (comps && comps.reset) comps.reset();
target.components(viewHtml);
} catch {}
}
if (target.set) target.set('content', viewHtml);
@@ -475,8 +474,7 @@
syncing.add(target);
if (target.components) {
try {
const comps = target.components();
if (comps && comps.reset) comps.reset();
target.components(viewHtml);
} catch {}
}
if (target.set) target.set('content', viewHtml);