()
| 59 | } |
| 60 | |
| 61 | onData() { |
| 62 | const {msgId, clipped, armored, plainText, att} = this.currentProvider.integration.getMsgByControllerId(this.id); |
| 63 | this.port.emit('set-data', {userInfo: this.currentProvider.integration.getUserInfo(), msgId, encAttFileNames: att, armored, plainText, clipped, gmailCtrlId: this.currentProvider.integration.id}); |
| 64 | } |
| 65 | |
| 66 | clickHandler(ev) { |
| 67 | super.clickHandler(undefined, ev); |
nothing calls this directly
no test coverage detected