Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShareDropio/sharedrop
/ dragOver
Function
dragOver
app/components/peer-avatar.js:78–80 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
76
},
77
78
dragOver(event) {
79
this.cancelEvent(event);
80
},
81
82
dragLeave() {
83
$(this.element).parent(
'.avatar'
).removeClass(
'hover'
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected