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

Method clickHandler

src/content-scripts/verifyFrame.js:65–70  ·  view source on GitHub ↗
(ev)

Source from the content-addressed store, hash-verified

63 }
64
65 clickHandler(ev) {
66 super.clickHandler(undefined, ev);
67 if (prefs.security.display_decrypted == DISPLAY_POPUP) {
68 this.popupDialog();
69 }
70 }
71
72 async onArmoredMessage() {
73 let sender = await this.getEmailSender();

Callers 1

Calls 1

popupDialogMethod · 0.95

Tested by

no test coverage detected