mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Properly clear character expression
This commit is contained in:
@ -111,7 +111,7 @@ async function moduleWorker() {
|
||||
|
||||
function removeExpression() {
|
||||
lastMessage = null;
|
||||
$('div.expression').css('background-image', 'unset');
|
||||
$('img.expression').prop('src', '');
|
||||
$('.expression_settings').hide();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user