MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / setFrameDim

Method setFrameDim

src/content-scripts/extractFrame.js:139–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 1

onShowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected