Cannot edit components in author editor mode until iframe load
Hi everyone,
I have created a simple custom iframe component as such -
<iframe id="iframe-test" class="embed-iframe iframe-main"
src="${properties.url}"
style="width:100%;border:none;"
allowfullscreen>
</iframe>
In editor mode I am unable to edit other components while this iframe component is loading. Is it possible to make this iframe loading asynchronous in editor mode? so that I can author other components while this iframe is loading? The iframe behaves asynchronously in view as published mode and in publisher.