mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-19 17:39:16 +02:00
Merge pull request #1063 from patriceac/patch-61
Fire event when random seed is toggled by dnd.js
This commit is contained in:
commit
590472cab2
@ -97,6 +97,7 @@ const TASK_MAPPING = {
|
||||
return
|
||||
}
|
||||
randomSeedField.checked = false
|
||||
randomSeedField.dispatchEvent(new Event('change')) // let plugins know that the state of the random seed toggle changed
|
||||
seedField.disabled = false
|
||||
seedField.value = seed
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user