From 0e1960792169689825999047863b45a2cb9f04d1 Mon Sep 17 00:00:00 2001 From: Daniel Richards Date: Fri, 21 Oct 2022 12:20:31 +0800 Subject: [PATCH 1/3] Fix resizeable editor scrolling by avoiding setting a height on the editor iframe --- .../edit-site/src/components/block-editor/resizable-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2e76b5a2a1e98..32bad6c3c0958 100644 --- a/packages/edit-site/src/components/block-editor/resizable-editor.js +++ b/packages/edit-site/src/components/block-editor/resizable-editor.js @@ -141,7 +141,7 @@ function ResizableEditor( { enableResizing, settings, children, ...props } ) { >