MCPcopy Create free account
hub / github.com/easydiffusion/easydiffusion / editMove

Method editMove

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

Source from the content-addressed store, hash-verified

362 }
363 }
364 editMove(x, y) {
365 if (this.current_edit) {
366 this.current_edit.points.push({ x: x, y: y })
367 }
368 }
369 editEnd(x, y) {
370 if (this.current_edit) {
371 this.push(this.current_edit)

Callers 1

mouseHandlerMethod · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected