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

Method selectLastFile

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

Source from the content-addressed store, hash-verified

208 }
209
210 selectLastFile() {
211 const elems = this.modelList.querySelectorAll(".model-file:last-child")
212 this.selectModelEntry(elems[elems.length - 1])
213 this.modelFilter.select()
214 }
215
216 resetSelection() {
217 this.hideModelList()

Callers 1

processKeyMethod · 0.95

Calls 1

selectModelEntryMethod · 0.95

Tested by

no test coverage detected