(event)
| 10 | }, |
| 11 | |
| 12 | change(event) { |
| 13 | const input = event.target; |
| 14 | const { files } = input; |
| 15 | this.onChange({ files }); |
| 16 | this.reset(); |
| 17 | }, |
| 18 | |
| 19 | // Hackish way to reset file input when sender cancels file transfer, |
| 20 | // so if sender wants later to send the same file again, |
nothing calls this directly
no outgoing calls
no test coverage detected