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

Method removeDialog

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

Source from the content-addressed store, hash-verified

101 }
102
103 removeDialog() {
104 // check if dialog is active
105 if (!this.vPopup) {
106 return;
107 }
108 this.vPopup = false;
109 this.eFrame.classList.add('m-cursor');
110 this.eFrame.classList.remove('m-open');
111 this.eFrame.addEventListener('click', this.clickHandler);
112 }
113
114 setFrameDim() {
115 let width;

Callers

nothing calls this directly

Calls 2

addMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected