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

Function dragEnter

app/components/peer-avatar.js:72–76  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

70
71 // Handle drop events
72 dragEnter(event) {
73 this.cancelEvent(event);
74
75 $(this.element).parent('.avatar').addClass('hover');
76 },
77
78 dragOver(event) {
79 this.cancelEvent(event);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected