MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / handleKeyPress

Function handleKeyPress

src/app/keyring/components/KeyUsers.js:39–43  ·  view source on GitHub ↗
(e, id)

Source from the content-addressed store, hash-verified

37 }
38
39 handleKeyPress(e, id) {
40 if (e.key === 'Enter') {
41 this.showUserDetails(e, id);
42 }
43 }
44
45 showUserDetails(e, id) {
46 if (e.target.nodeName !== 'INPUT') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected