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

Function dragLeave

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

Source from the content-addressed store, hash-verified

80 },
81
82 dragLeave() {
83 $(this.element).parent('.avatar').removeClass('hover');
84 },
85
86 drop(event) {
87 this.cancelEvent(event);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected