Set standard height as iframe default height, validate form

This commit is contained in:
manubo
2019-09-30 22:18:43 +02:00
parent a8156226c2
commit f3484d3bfa
4 changed files with 12 additions and 12 deletions

View File

@@ -110,7 +110,7 @@ class App extends Component {
componentDidMount() {
window.addEventListener("keydown", this.handleKeyDown)
parent.postMessage(window.document.body.scrollHeight, "*")
parent.postMessage({ __mocoBX: { iFrameHeight: window.document.body.scrollHeight } }, "*")
chrome.runtime.onMessage.addListener(this.handleSetFormErrors)
}