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

Function showModifierContainer

ui/media/js/image-modifiers.js:402–407  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

400}
401
402function showModifierContainer() {
403 document.addEventListener("mousedown", checkIfClickedOutsideDropdownElem)
404
405 modifierDropdown.dataset.active = true
406 editorModifiersContainer.classList.add("active")
407}
408
409function hideModifierContainer() {
410 document.removeEventListener("click", checkIfClickedOutsideDropdownElem)

Callers 1

image-modifiers.jsFile · 0.85

Calls 2

addEventListenerMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected