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

Method handleDragLeave

pixelizer.js:128–131  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

126 }
127
128 handleDragLeave(e) {
129 e.preventDefault();
130 e.currentTarget.classList.remove('drag-over');
131 }
132
133 handleDrop(e) {
134 e.preventDefault();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected