Skip to content

Commit 46437d4

Browse files
authored
allow to open links in email preview
1 parent d42720a commit 46437d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ html
120120
input(type='radio', name='preview_email', checked=!html)#tab-text
121121
label(for='tab-text') Plain text
122122
.preview-email-tab
123-
iframe(sandbox='', referrerpolicy='no-referrer', seamless='seamless', srcdoc=`<pre>${text}</pre>`)#text
123+
iframe(sandbox='allow-popups', referrerpolicy='no-referrer', seamless='seamless', srcdoc=`<pre>${text}</pre>`)#text

0 commit comments

Comments
 (0)