MCPcopy Create free account
hub / github.com/ShareDropio/sharedrop / click

Function click

app/components/peer-avatar.js:65–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected