Allow wand SD gens when LLM not connected

f0b13d317229cb653c24ed413ab7e86aa864706b

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/extensions/stable-diffusion/index.js+1 -1
@@ -3399,7 +3399,7 @@ async function addSDGenButtons() {
33993399 $(document).on('click touchend', function (e) {
34003400 const target = $(e.target);
34013401 if (target.is(dropdown) || target.closest(dropdown).length) return;
34023402 if ((target.is(button) || target.closest(button).length) && !dropdown.is(':visible') && $('#send_but').is(':visible')) {
34033403 e.preventDefault();
34043404
34053405 dropdown.fadeIn(animation_duration);