asadd
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user