Skip to content

Commit

Permalink
Remove top resize handle from spacer block
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 committed Jul 10, 2018
1 parent 3d009d2 commit 138cda9
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 138cda9

Please sign in to comment.