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

Function onEncryptInProgress

src/components/editor/editor.js:197–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 }
196
197 onEncryptInProgress() {
198 if (!this.encryptTimeout) {
199 this.encryptTimeout = setTimeout(() => {
200 this.showSpinner();
201 }, 300);
202 }
203 }
204
205 showSpinner() {
206 this.setState(prevState => ({waiting: !prevState.showNotification}));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected