Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ popupDialog
Method
popupDialog
src/content-scripts/decryptFrame.js:88–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
popupDialog() {
89
this.port.emit(
'dframe-display-popup'
);
90
this.dPopup = true;
91
}
92
93
removeDialog() {
94
// check if dialog is active
Callers
1
clickHandler
Method · 0.95
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected