Fix resize for all forms
This commit is contained in:
parent
fcb9999ed6
commit
5dd3bafb4f
|
@ -166,8 +166,6 @@ useHead({
|
||||||
}
|
}
|
||||||
return titleChunk ? `${titleChunk} - OpnForm` : 'OpnForm';
|
return titleChunk ? `${titleChunk} - OpnForm` : 'OpnForm';
|
||||||
},
|
},
|
||||||
... form.value.custom_code ? {
|
|
||||||
script: [ { src: '/widgets/iframeResizer.contentWindow.min.js' } ]
|
script: [ { src: '/widgets/iframeResizer.contentWindow.min.js' } ]
|
||||||
} : {}
|
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue