MCPcopy Create free account
hub / github.com/SnapDrop/snapdrop / _onDragOver

Method _onDragOver

client/scripts/ui.js:180–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 }
179
180 _onDragOver() {
181 this.$el.setAttribute('drop', 1);
182 }
183
184 _onDragEnd() {
185 this.$el.removeAttribute('drop');

Callers 1

_bindListenersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected