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

Method showModelList

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

Source from the content-addressed store, hash-verified

325 }
326
327 showModelList() {
328 this.modelList.style.display = "block"
329 this.selectEntry()
330 this.showAllEntries()
331 //this.modelFilter.value = ''
332 this.modelFilter.select() // preselect the entire string so user can just start typing.
333 this.modelFilter.focus()
334 this.modelFilter.style.cursor = "auto"
335 }
336
337 hideModelList() {
338 this.modelList.style.display = "none"

Callers 2

processKeyMethod · 0.95
toggleModelListMethod · 0.95

Calls 2

selectEntryMethod · 0.95
showAllEntriesMethod · 0.95

Tested by

no test coverage detected