fix: Failed to execute insertBefore on Node (#1042)

Co-authored-by: wangfukang <wangfukang@kuaishou.com>
This commit is contained in:
fukang wang
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 81f9b2b8b9
commit 344fb81beb

View File

@@ -764,6 +764,7 @@ export class Replayer {
}
};
this.mirror.reset();
rebuild(event.data.node, {
doc: this.iframe.contentDocument,
afterAppend,