Skip to content

Commit f48819e

Browse files
authored
Merge pull request #254 from magento-gl/page_builder_performance_issue_247beta2
AC-9128 ::Performance issue- While saving the page its taking lots of time, after edit the page.
2 parents 0550080 + ba34289 commit f48819e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/template/page-builder.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
<with args="stage">
3232
<render></render>
3333
</with>
34-
<iframe width="1" height="1" attr="id: 'render_frame_' + id" sandbox="allow-scripts" style="display: none;"></iframe>
34+
<iframe attr="id: 'render_frame_' + id" sandbox="allow-scripts" style="position: absolute; width:0; height:0; border: none;"></iframe>
3535
</if>
3636
</div>

0 commit comments

Comments
 (0)