Call expression module worker when switching chats
This commit is contained in:
parent
f9ae7ea949
commit
63b34d9851
|
@ -1498,6 +1498,8 @@ function setExpressionOverrideHtml(forceClear = false) {
|
|||
if (isVisualNovelMode()) {
|
||||
$('#visual-novel-wrapper').empty();
|
||||
}
|
||||
|
||||
updateFunction();
|
||||
});
|
||||
eventSource.on(event_types.MOVABLE_PANELS_RESET, updateVisualNovelModeDebounced);
|
||||
eventSource.on(event_types.GROUP_UPDATED, updateVisualNovelModeDebounced);
|
||||
|
|
Loading…
Reference in New Issue