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

Method hide

ui/media/js/image-editor.js:552–556  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

550 document.addEventListener("keyup", this.keyHandlerBound, true)
551 }
552 hide() {
553 this.popup.classList.remove("active")
554 document.removeEventListener("keydown", this.keyHandlerBound, true)
555 document.removeEventListener("keyup", this.keyHandlerBound, true)
556 }
557 setSize(width, height) {
558 width = parseInt(width)
559 height = parseInt(height)

Callers 5

saveImageMethod · 0.95
keyHandlerMethod · 0.95
image-editor.jsFile · 0.80

Calls 1

removeEventListenerMethod · 0.80

Tested by

no test coverage detected