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

Method clickHandler

src/content-scripts/decryptFrame.js:62–67  ·  view source on GitHub ↗
(ev)

Source from the content-addressed store, hash-verified

60 }
61
62 clickHandler(ev) {
63 super.clickHandler(undefined, ev);
64 if (prefs.security.display_decrypted == DISPLAY_POPUP) {
65 this.popupDialog();
66 }
67 }
68
69 onShow() {
70 super.onShow();

Callers

nothing calls this directly

Calls 1

popupDialogMethod · 0.95

Tested by

no test coverage detected