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

Method clickHandler

src/content-scripts/extractFrame.js:95–102  ·  view source on GitHub ↗
(callback, ev)

Source from the content-addressed store, hash-verified

93 }
94
95 clickHandler(callback, ev) {
96 this.eFrame.removeEventListener('click', this.clickHandler);
97 this.toggleIcon(callback);
98 this.eFrame.classList.remove('m-cursor');
99 if (ev) {
100 ev.stopPropagation();
101 }
102 }
103
104 onShow() {
105 this.setFrameDim();

Callers

nothing calls this directly

Calls 2

toggleIconMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected