mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-26 12:28:21 +02:00
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
This commit is contained in:
commit
e155bac445
@ -74,6 +74,7 @@
|
|||||||
// update activeTags
|
// update activeTags
|
||||||
const tag = activeTags.splice(currentPos, 1)
|
const tag = activeTags.splice(currentPos, 1)
|
||||||
activeTags.splice(droppedPos, 0, tag[0])
|
activeTags.splice(droppedPos, 0, tag[0])
|
||||||
|
document.dispatchEvent(new Event('refreshImageModifiers'))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -58,6 +58,7 @@
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
document.dispatchEvent(new Event('refreshImageModifiers'))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
return obj;
|
return obj;
|
||||||
});
|
});
|
||||||
console.log(activeTags)
|
document.dispatchEvent(new Event('refreshImageModifiers'))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user