You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some blocks make use of iFrames as a preview (HTML block, and potential third-party markdown blocks ...). The issue is that the editor styles won't propagate there making the UI slightly different between the editor and the frontend.
Proposed solution
Extract the editor styles application (current in the EditorProvider component) as a reusable API.
Provide a way to apply these styles inside iFrames (probably give the option to drop the injected wrapper as not needed there)
The text was updated successfully, but these errors were encountered:
Some blocks make use of iFrames as a preview (HTML block, and potential third-party markdown blocks ...). The issue is that the editor styles won't propagate there making the UI slightly different between the editor and the frontend.
Proposed solution
EditorProvider
component) as a reusable API.The text was updated successfully, but these errors were encountered: