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

Function handleChangeExtraKeyInput

src/components/editor/editor.js:452–455  ·  view source on GitHub ↗
(extraKeys)

Source from the content-addressed store, hash-verified

450 }
451
452 handleChangeExtraKeyInput(extraKeys) {
453 this.keyLookup(extraKeys);
454 this.setState({extraKeys});
455 }
456
457 onNotificationEnteredTransition() {
458 if (this.blurWarning) {

Callers

nothing calls this directly

Calls 2

keyLookupMethod · 0.80
setStateMethod · 0.45

Tested by

no test coverage detected