Skip to content
This repository was archived by the owner on Aug 1, 2020. It is now read-only.

Commit 5301db1

Browse files
authored
Merge pull request #73 from emolr/patch-1
Append allow-modals to demo iframe
2 parents 3288912 + 9bdd691 commit 5301db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/partials/pen/preview.nunj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class="Preview-iframe"
99
data-role="window"
1010
src="{{ previewUrl }}"
11-
sandbox="allow-same-origin allow-scripts allow-forms"
11+
sandbox="allow-same-origin allow-scripts allow-forms allow-modals"
1212
{% if entity.display %} style="{% for property, value in entity.display %}{{ property }}: {{ value }} !important; {% endfor %}"{% endif %}
1313
marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" scrolling="yes">
1414
</iframe>

0 commit comments

Comments
 (0)