MCPcopy Create free account
hub / github.com/32comic/image2pixel-web / handleDragOver

Method handleDragOver

pixelizer.js:122–126  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

120 }
121
122 handleDragOver(e) {
123 e.preventDefault();
124 e.dataTransfer.dropEffect = 'copy';
125 e.currentTarget.classList.add('drag-over');
126 }
127
128 handleDragLeave(e) {
129 e.preventDefault();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected