improve preset editor
This commit is contained in:
@@ -650,7 +650,7 @@ const ChatPanel: FC = observer(() => {
|
||||
}
|
||||
chatSseControllers = {};
|
||||
}
|
||||
setActivePreset(commonStore.activePreset);
|
||||
setActivePreset(commonStore.activePreset, commonStore.activePresetIndex);
|
||||
}} />
|
||||
<div className="relative flex grow">
|
||||
<Textarea
|
||||
|
||||
Reference in New Issue
Block a user