MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / editEnd

Method editEnd

ui/media/js/image-editor.js:369–374  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

367 }
368 }
369 editEnd(x, y) {
370 if (this.current_edit) {
371 this.push(this.current_edit)
372 this.current_edit = null
373 }
374 }
375 clear() {
376 this.events = []
377 }

Callers 1

mouseHandlerMethod · 0.80

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected