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

Method handleKeypress

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

closeFrameMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected