mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-01 20:06:59 +01:00
Fallback expression and tweak
This commit is contained in:
parent
73f15060c9
commit
aebdd6cd42
@ -477,7 +477,8 @@ function handleImageChange() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
setExpression(getContext().name2, "neutral", true);
|
imgElement.src = ""; //remove incase char doesnt have expressions
|
||||||
|
setExpression(getContext().name2, FALLBACK_EXPRESSION, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user