Browse Source

Merge pull request #4853 from humannocode/iframe-snippet-fix

fix iframe issue with multiple embedded views
pull/4855/head
աɨռɢӄաօռɢ 2 years ago committed by GitHub
parent
commit
6b10145824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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