File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
classes =" dashy-modal" >
4
4
<div slot =" top-right" @click =" hide()" >Close</div >
5
5
<a @click =" hide()" class =" close-button" title =" Close" >x</a >
6
- <iframe v-if =" url" :src =" url" @keydown.esc =" close" class =" frame" allow =" fullscreen" />
6
+ <iframe v-if =" url" :src =" url" @keydown.esc =" close" class =" frame"
7
+ allow =" fullscreen; clipboard-write" />
7
8
<div v-else class =" no-url" >No URL Specified</div >
8
9
</modal >
9
10
</template >
Original file line number Diff line number Diff line change 5
5
:src =" frameUrl"
6
6
:id =" frameId"
7
7
title =" Iframe Widget"
8
+ allow =" fullscreen; clipboard-write"
8
9
:style =" frameHeight ? `height: ${frameHeight}px` : ''"
9
10
/>
10
11
</div >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" web-content" :id =" id" >
3
- <iframe :src =" url" allow =" fullscreen" />
3
+ <iframe :src =" url" allow =" fullscreen; clipboard-write " />
4
4
</div >
5
5
</template >
6
6
You can’t perform that action at this time.
0 commit comments