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