Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ onFormSubmitCancel
Function
onFormSubmitCancel
src/components/encrypted-form/encryptedForm.js:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
onFormSubmitCancel() {
98
this.setState({validated: false, validate: false});
99
}
100
101
onFormSandboxError(error) {
102
this.port.emit(
'encrypted-form-error'
, mapError(error));
Callers
nothing calls this directly
Calls
1
setState
Method · 0.45
Tested by
no test coverage detected