()
| 61 | } |
| 62 | |
| 63 | handleKeypress() { |
| 64 | if (++this.keyCounter >= 13) { |
| 65 | this.emailTextElement.removeEventListener('keypress', this.handleKeypress); |
| 66 | this.eFrame.classList.remove('m-show'); |
| 67 | window.setTimeout(() => this.closeFrame(), 300); |
| 68 | } |
| 69 | } |
| 70 | |
| 71 | renderFrame() { |
| 72 | // create frame |
no test coverage detected