hasMetaBoxes
selector returns true
even when user has disabled all metaboxes from displaying
#52724
Labels
[Feature] Meta Boxes
A draggable box shown on the post editing screen
[Type] Bug
An existing feature does not function as intended
Description
The selector
wp.data.select('core/edit-post').hasMetaBoxes()
returnstrue
even after a user has disabled all metaboxes from displaying via the display settings.This issue is currently preventing the block editor from getting displayed in an iframe even when the metaboxes aren't actually displayed.
Step-by-step reproduction instructions
wp.data.select('core/edit-post'). hasMetaBoxes()
selectorScreenshots, screen recording, code snippet
No response
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: