Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ componentDidMount
Function
componentDidMount
src/components/decrypt-message/DecryptMessage.js:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
componentDidMount() {
65
this.setState({large: this.element.clientHeight > LARGE_FRAME ? true : false});
66
}
67
68
registerEventListeners() {
69
this.port.on(
'decrypted-message'
, this.onDecryptedMessage);
Callers
nothing calls this directly
Calls
1
setState
Method · 0.45
Tested by
no test coverage detected