From cf5e17503d38f80ffdff720d441fb5cfa7f2373a Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] pass inline stylesheet option to iteratly --- src/snapshot.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/snapshot.ts b/src/snapshot.ts index 5a56d65a..dd2a5447 100644 --- a/src/snapshot.ts +++ b/src/snapshot.ts @@ -274,6 +274,8 @@ export function serializeNodeWithId( doc, map, blockClass, + skipChild, + inlineStylesheet, ); if (serializedChildNode) { serializedNode.childNodes.push(serializedChildNode);