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

Method onCancel

src/controller/verify.controller.js:61–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 onCancel() {
62 if (this.ports.vFrame) {
63 this.ports.vFrame.emit('remove-dialog');
64 }
65 this.closePopup();
66 }
67
68 closePopup() {
69 if (this.verifyPopup) {

Callers

nothing calls this directly

Calls 2

closePopupMethod · 0.95
emitMethod · 0.45

Tested by

no test coverage detected