Skip to content

Commit

Permalink
Remove top resize handle from spacer block (#7799)
Browse files Browse the repository at this point in the history
The top resize handle and the sibling inserter are in the same spot.
Removing the top resize handle is a simple fix.
  • Loading branch information
noisysocks authored and mtias committed Jul 11, 2018
1 parent 5e59893 commit 993f890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-blocks/spacer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const settings = {
bottom: 'core-blocks-spacer__resize-handler-bottom',
} }
enable={ {
top: true,
top: false,
right: false,
bottom: true,
left: false,
Expand Down

0 comments on commit 993f890

Please sign in to comment.