Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShareDropio/sharedrop
/ cancelEvent
Function
cancelEvent
app/components/peer-avatar.js:106–109 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
104
},
105
106
cancelEvent(event) {
107
event.stopPropagation();
108
event.preventDefault();
109
},
110
111
canSendFile() {
112
const
{ peer } = this;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected