Browse Source

fix iframe issue with multiple embedded views

pull/4853/head
flisowna 2 years ago
parent
commit
495a40bc66
  1. 2
      packages/nc-gui/components/smartsheet/toolbar/ShareView.vue

2
packages/nc-gui/components/smartsheet/toolbar/ShareView.vue

@ -205,7 +205,7 @@ const iframeCode = computed(() => {
frameborder="0"
width="100%"
height="700"
style="background: transparent; border: 1px solid #ddd"/>`
style="background: transparent; border: 1px solid #ddd"></iframe>`
})
const copyIframeCode = async () => {

Loading…
Cancel
Save