Skip to content

Commit

Permalink
remove whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Mar 21, 2023
1 parent 91f6377 commit e5ca108
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 e5ca108

Please sign in to comment.