From 993f8908ee0f032a3f4ab5f6839b355972a4f189 Mon Sep 17 00:00:00 2001 From: Robert Anderson Date: Wed, 11 Jul 2018 20:20:47 +1000 Subject: [PATCH] Remove top resize handle from spacer block (#7799) 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 7c40b802efc45e..7822f0f2df20de 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,