Ghost/ghost/admin/app/components/gh-html-iframe.hbs
Kevin Ansfield 1d0cd80158 Added basic reset to design preview on nav bar interaction
refs https://github.com/TryGhost/Team/issues/1130

- when opening/closing sections or interacting with the general design or custom theme settings we want to switch back to showing the preview so the sidebar acts more like typical navigation and so form changes show their effect
2021-10-11 21:09:42 +01:00

5 lines
134 B
Handlebars

<iframe
{{did-insert this.replaceIframeContents}}
{{did-update this.replaceIframeContents @html}}
...attributes>
</iframe>