()
| 137 | } |
| 138 | |
| 139 | setFrameDim() { |
| 140 | const {width, height} = this.pgpRange.getBoundingClientRect(); |
| 141 | if (!width || !height) { |
| 142 | return; |
| 143 | } |
| 144 | this.eFrame.style.width = `${width}px`; |
| 145 | this.eFrame.style.height = `${height}px`; |
| 146 | } |
| 147 | |
| 148 | getArmoredMessage() { |
| 149 | let msg; |