forked from extern/easydiffusion
Merge pull request #902 from patriceac/patch-32
Select but don't empty the search box upon selection
This commit is contained in:
commit
ce3355d6aa
@ -346,7 +346,8 @@ class ModelDropdown
|
||||
this.modelList.style.display = 'block'
|
||||
this.selectEntry()
|
||||
this.showAllEntries()
|
||||
this.modelFilter.value = ''
|
||||
//this.modelFilter.value = ''
|
||||
this.modelFilter.select() // preselect the entire string so user can just start typing.
|
||||
this.modelFilter.focus()
|
||||
this.modelFilter.style.cursor = 'auto'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user