mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-20 14:10:39 +01:00
fix auto exec on chat changed
This commit is contained in:
parent
65131ee095
commit
95d5cf509d
@ -198,7 +198,7 @@ const onChatChanged = async (chatIdx) => {
|
||||
manager.rerender();
|
||||
buttons.refresh();
|
||||
|
||||
autoExec.handleChatChanged;
|
||||
autoExec.handleChatChanged();
|
||||
};
|
||||
eventSource.on(event_types.CHAT_CHANGED, onChatChanged);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user