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

Method onShow

src/content-scripts/decryptFrame.js:69–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 onShow() {
70 super.onShow();
71 if (prefs.security.display_decrypted == DISPLAY_INLINE && !this.dDialog) {
72 this.inlineDialog();
73 }
74 }
75
76 inlineDialog() {
77 this.dDialog = document.createElement('iframe');

Callers

nothing calls this directly

Calls 1

inlineDialogMethod · 0.95

Tested by

no test coverage detected