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

Co-authored-by: wangfukang <wangfukang@kuaishou.com>
This commit is contained in:
fukang wang
2023-01-09 09:35:54 +08:00
committed by GitHub
parent b655361a5f
commit 36b44e104b

View File

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