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

Method resetSelection

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

Source from the content-addressed store, hash-verified

214 }
215
216 resetSelection() {
217 this.hideModelList()
218 this.showAllEntries()
219 this.modelFilter.value = this.currentSelection.value
220 this.modelFilter.focus()
221 this.modelFilter.select()
222 }
223
224 validEntrySelected() {
225 return this.modelNoResult.style.display === "none"

Callers 1

processKeyMethod · 0.95

Calls 2

hideModelListMethod · 0.95
showAllEntriesMethod · 0.95

Tested by

no test coverage detected