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

Method removeDialog

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

Source from the content-addressed store, hash-verified

91 }
92
93 removeDialog() {
94 // check if dialog is active
95 if (!this.dPopup) {
96 return;
97 }
98 this.dPopup = false;
99 this.eFrame.classList.add('m-cursor');
100 this.toggleIcon();
101 this.eFrame.addEventListener('click', this.clickHandler);
102 }
103
104 setFrameDim() {
105 if (this.dDialog === null) {

Callers

nothing calls this directly

Calls 2

addMethod · 0.80
toggleIconMethod · 0.80

Tested by

no test coverage detected