()
| 280 | } |
| 281 | |
| 282 | async sendKeyUpdate() { |
| 283 | // send updated key cache to editor |
| 284 | const keys = await getKeyData({keyringId: this.state.keyringId}); |
| 285 | this.ports.editor.emit('key-update', {keys}); |
| 286 | } |
| 287 | |
| 288 | /** |
| 289 | * Open editor popup, called by other controllers. |
no test coverage detected