Skip to content

Commit

Permalink
Use skipSerializationPathsEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Dec 11, 2023
1 parent b3c81ae commit bf0950d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ function useBlockProps( { name, style } ) {
{ className: blockElementsContainerIdentifier },
name,
{ style },
skipSerializationPathsSave
skipSerializationPathsEdit
);
}

Expand Down

0 comments on commit bf0950d

Please sign in to comment.