Automattic / isolated-block-editor

Repackages Gutenberg's editor playground as a full-featured multi-instance editor that does not require WordPress.
343 stars 50 forks source link

Fix experimental layout toolbar #230

Closed johngodley closed 1 year ago

johngodley commented 1 year ago

Updates all the Gutenberg packages, possibly fixing #228 an #225.

This in turns requires special handling of the experimental layout component.

Also, a 'fix' has been added for the floating toolbar caused by https://github.com/WordPress/gutenberg/pull/49634. Unfortunately this is a best attempt fix, and now the format toolbar is attached to the top of editor and will scroll out of view if the editor is too big. Previously it would stick to the top of the editor and always be visible. A change in Gutenberg is required in order to improve this.

Fixes #229