forked from extern/easydiffusion
Select but don't empty the search box upon selection
As per your request.
This commit is contained in:
parent
1050b13bbb
commit
c2fba39cc7
@ -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