@lvce-editor/preview-sandbox-worker 1.9.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -89679,11 +89679,10 @@ const handleMutations = async uid => {
|
|
|
89679
89679
|
const parsedDom = serialized.dom;
|
|
89680
89680
|
// @ts-ignore
|
|
89681
89681
|
getParsedNodesChildNodeCount(parsedDom);
|
|
89682
|
-
|
|
89683
|
-
// TODO notify
|
|
89684
89682
|
try {
|
|
89685
|
-
await invoke$1('Preview.
|
|
89686
|
-
} catch {
|
|
89683
|
+
await invoke$1('Preview.handleMutation', uid);
|
|
89684
|
+
} catch (error) {
|
|
89685
|
+
console.error(error);
|
|
89687
89686
|
// ignore
|
|
89688
89687
|
}
|
|
89689
89688
|
};
|