Skip to content

Commit fc6c7a3

Browse files
authored
Merge pull request #290 from engcom-Hotel/prpb854
Fix issue: JS not loading from browser cache when page builder render
2 parents 5769b51 + 0215559 commit fc6c7a3

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

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

0 commit comments

Comments
 (0)