Skip to content

Commit

Permalink
remove whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian authored and Alex Lende committed Mar 22, 2023
1 parent 32355ba commit 7810e0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/edit-post/src/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,10 @@ function Editor( { postId, postType, settings, initialEdits, ...props } ) {
presetStyles.push( style );
}
} );

const defaultEditorStyles = [
...settings.defaultEditorStyles,
...presetStyles,
];

return hasThemeStyles && themeStyles.length
? settings.styles
: defaultEditorStyles;
Expand Down

0 comments on commit 7810e0a

Please sign in to comment.