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

Method renderFrame

src/content-scripts/importFrame.js:21–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 renderFrame() {
22 super.renderFrame();
23 const para = document.createElement('p');
24 para.textContent = l10n.map.import_frame_help_text;
25 this.eFrame.append(para);
26 this.eFrame.classList.add('m-import');
27 }
28
29 clickHandler(ev) {
30 super.clickHandler(undefined, ev);

Callers

nothing calls this directly

Calls 1

addMethod · 0.80

Tested by

no test coverage detected