Skip to content

Commit

Permalink
Revert "Fix #22892 and print classnames in spacer block on editor side (
Browse files Browse the repository at this point in the history
#23235)"

This reverts commit c5e1b4d.
  • Loading branch information
youknowriad committed Nov 4, 2020
1 parent 02cb893 commit 9b661ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/block-library/src/spacer/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const SpacerEdit = ( {
setAttributes,
onResizeStart,
onResizeStop,
className,
} ) => {
const [ isResizing, setIsResizing ] = useState( false );
const { height } = attributes;
Expand Down Expand Up @@ -53,7 +52,6 @@ const SpacerEdit = ( {
<View { ...useBlockProps() }>
<ResizableBox
className={ classnames(
className,
'block-library-spacer__resize-container',
{
'is-selected': isSelected,
Expand Down

0 comments on commit 9b661ed

Please sign in to comment.