()
| 118 | } |
| 119 | |
| 120 | onResize() { |
| 121 | // do not resize less than 100px, e.g. the minimal / original size of the iframe |
| 122 | if (document.body.scrollHeight > 100) { |
| 123 | this.port.emit('encrypted-form-resize', {height: document.body.scrollHeight}); |
| 124 | } |
| 125 | } |
| 126 | |
| 127 | formSandbox() { |
| 128 | return ( |