Release 2.2.1
Fixed fullscreen editor view by restricting the body class observer to the block editor iframe.
View full changelog
Fixed
- Fixed fullscreen editor view breaking due to
mirror_body_class_to_iframeMutationObserver running on the main page. Observer now only runs inside the block editor iframe and watchesdocument.bodyclass changes instead of all DOM mutations ondocument.documentElement.