Properly clear character expression

This commit is contained in:
SillyLossy
2023-03-24 23:41:01 +02:00
parent d1ece06028
commit 52fea181ab

View File

@ -111,7 +111,7 @@ async function moduleWorker() {
function removeExpression() {
lastMessage = null;
$('div.expression').css('background-image', 'unset');
$('img.expression').prop('src', '');
$('.expression_settings').hide();
}