From 0f30dc288cb66296118dcac47c5ab84d5262fd90 Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Sun, 12 May 2019 21:06:38 +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);