()
| 63 | |
| 64 | // Delegate click to hidden file field in peer template |
| 65 | click() { |
| 66 | if (this.canSendFile()) { |
| 67 | $(this.element).closest('.peer').find('input[type=file]').click(); |
| 68 | } |
| 69 | }, |
| 70 | |
| 71 | // Handle drop events |
| 72 | dragEnter(event) { |
nothing calls this directly
no outgoing calls
no test coverage detected