Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jmschneider/craft.js into…
Browse files Browse the repository at this point in the history
… jmschneider-master
  • Loading branch information
prevwong committed Feb 28, 2020
2 parents 76422f9 + e7e2932 commit b2a2176
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/editor/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ export const Actions = (
nodes,
_childCanvas,
isCanvas,
hidden,
custom
} = deserializeNode(reducedNodes[id], state.options.resolver);

Expand All @@ -231,6 +232,7 @@ export const Actions = (
id,
data: {
...(isCanvas && { isCanvas }),
...(hidden && { hidden }),
parent,
...(isCanvas && { nodes }),
...(_childCanvas && { _childCanvas }),
Expand Down

0 comments on commit b2a2176

Please sign in to comment.