()
| 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); |
no test coverage detected