Force flush VN wrapper on waifu mode change

This commit is contained in:
Cohee
2023-06-04 14:37:21 +03:00
parent ed86770c9c
commit 4935a8e46b

View File

@ -290,6 +290,7 @@ async function moduleWorker() {
if (vnStateChanged) { if (vnStateChanged) {
lastMessage = null; lastMessage = null;
$('#visual-novel-wrapper').empty();
} }
const currentLastMessage = getLastCharacterMessage(); const currentLastMessage = getLastCharacterMessage();