Site Editor: Resizable editor canvas should take window resizes into account #52582
Labels
[Feature] Site Editor
Related to the overarching Site Editor (formerly "full site editing")
[Status] In Progress
Tracking issues with work in progress
[Type] Bug
An existing feature does not function as intended
Part of the resizable editor canvas code relies on some width calculations that are only done on first render.
gutenberg/packages/edit-site/src/components/resizable-frame/index.js
Lines 99 to 103 in a2bcf95
This can cause the resizing behavior to be glitchy after a user resizes the browser window. There should be a resize listener in place to recalculate the reference widths.
The text was updated successfully, but these errors were encountered: