fix auto exec on chat changed

This commit is contained in:
LenAnderson 2024-01-01 22:34:57 +00:00
parent 65131ee095
commit 95d5cf509d
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ const onChatChanged = async (chatIdx) => {
manager.rerender();
buttons.refresh();
autoExec.handleChatChanged;
autoExec.handleChatChanged();
};
eventSource.on(event_types.CHAT_CHANGED, onChatChanged);