diff --git a/packages/edit-site/src/components/block-editor/resizable-editor.js b/packages/edit-site/src/components/block-editor/resizable-editor.js index 20fdd972528439..eda5848cff2063 100644 --- a/packages/edit-site/src/components/block-editor/resizable-editor.js +++ b/packages/edit-site/src/components/block-editor/resizable-editor.js @@ -46,8 +46,8 @@ function ResizableEditor( { enableResizing, height, children } ) { maxWidth="100%" maxHeight="100%" enable={ { - right: enableResizing, left: enableResizing, + right: enableResizing, } } showHandle={ enableResizing } // The editor is centered horizontally, resizing it only