Skip to content

Commit

Permalink
Deserialize hidden value
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschneider committed Feb 27, 2020
1 parent cda0d1a commit e7e2932
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 e7e2932

Please sign in to comment.