From 138cda92c0b5f15ab69ffa772a66a9cc94306de9 Mon Sep 17 00:00:00 2001 From: Robert Anderson Date: Tue, 10 Jul 2018 10:25:36 +1000 Subject: [PATCH] Remove top resize handle from spacer block The top resize handle and the sibling inserter are in the same spot. Removing the top resize handle is a simple fix. --- core-blocks/spacer/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-blocks/spacer/index.js b/core-blocks/spacer/index.js index 7c40b802efc45..7822f0f2df20d 100644 --- a/core-blocks/spacer/index.js +++ b/core-blocks/spacer/index.js @@ -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,