mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-19 17:39:16 +02:00
Only notify upon disabling
This commit is contained in:
parent
1c2e353fc5
commit
48b233304f
@ -92,7 +92,6 @@ const TASK_MAPPING = {
|
||||
setUI: (seed) => {
|
||||
if (!seed) {
|
||||
randomSeedField.checked = true
|
||||
randomSeedField.dispatchEvent(new Event('change')) // let plugins know that the state of the random seed toggle changed
|
||||
seedField.disabled = true
|
||||
seedField.value = 0
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user