MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / onShow

Method onShow

src/content-scripts/verifyFrame.js:79–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 onShow() {
80 super.onShow();
81 if (prefs.security.display_decrypted == DISPLAY_INLINE && !this.vDialog) {
82 this.inlineDialog();
83 }
84 }
85
86 inlineDialog() {
87 this.vDialog = document.createElement('iframe');

Callers 2

Calls 1

inlineDialogMethod · 0.95

Tested by

no test coverage detected