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

Method normalizeButtons

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

Source from the content-addressed store, hash-verified

92 }
93
94 normalizeButtons() {
95 this.eFrame.querySelector('.m-encrypt-container').classList.remove('active');
96 this.setFrameDim();
97 }
98
99 onEditorButton(ev) {
100 this.emailTextElement.removeEventListener('keypress', this.handleKeypress);

Callers 2

renderFrameMethod · 0.95
setEditorOutputMethod · 0.95

Calls 2

setFrameDimMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected