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

Method hideModelList

ui/media/js/searchable-models.js:337–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335 }
336
337 hideModelList() {
338 this.modelList.style.display = "none"
339 this.modelFilter.value = this.currentSelection.value
340 this.modelFilter.style.cursor = ""
341 }
342
343 toggleModelList(e) {
344 e.preventDefault()

Callers 4

processClickMethod · 0.95
resetSelectionMethod · 0.95
processKeyMethod · 0.95
toggleModelListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected