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

Method removeDialog

src/content-scripts/attachmentFrame.js:97–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 removeDialog() {
98 if (!this.dPopup) {
99 return;
100 }
101 this.dPopup = false;
102 this.eFrame.classList.add('m-cursor');
103 this.toggleIcon();
104 this.eFrame.addEventListener('click', this.clickHandler);
105 }
106
107 closeFrame(reset, disconnect, ev) {
108 super.closeFrame(false, disconnect, ev);

Callers

nothing calls this directly

Calls 2

addMethod · 0.80
toggleIconMethod · 0.80

Tested by

no test coverage detected