mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-10 08:07:47 +02:00
LoraManager: Implement 'Upload thumbnail' button
This commit is contained in:
@ -868,6 +868,7 @@ useAsThumbSaveBtn.addEventListener("click", (e) => {
|
||||
})
|
||||
.then(() => {
|
||||
useAsThumbDialog.close()
|
||||
document.dispatchEvent(new CustomEvent("saveThumb", { detail: useAsThumbSelect.selectedOptions }))
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error(error)
|
||||
|
Reference in New Issue
Block a user