I am trying to embed a TherapyAppointments appointment URL in an iframe to put it on a client's website. Oddly enough, when I go to edit the page using the Gutenberg editor, pages with the iframe freeze. I can still edit via Classic mode, but not Gutenberg. I will also post this in the Gutenberg forum and the product's Facebook group, but I thought I would ask here as well.
Here's my code (URL removed for privacy reasons): <!-- wp:html --><iframe src="https://example.com" title="Make an Appointment" width="100%" height="800px" frameborder="0"></iframe><!-- /wp:html -->
