mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-27 22:33:03 +00:00
update readme
This commit is contained in:
parent
5cb693c415
commit
483189ab46
@ -1 +1 @@
|
||||
{ "commit": "f87522f106fc8471a864328cf1b484d27490a51b" }
|
||||
{ "commit": "5cb693c4158e25c581db519a4dc62e79be160b86" }
|
||||
|
@ -425,15 +425,17 @@ export const BaseChat = React.forwardRef<HTMLDivElement, BaseChatProps>(
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
|
||||
|
||||
if (isStreaming) {
|
||||
handleStop?.();
|
||||
return;
|
||||
}
|
||||
|
||||
// ignore if using input method engine
|
||||
if (event.nativeEvent.isComposing) {
|
||||
return
|
||||
return;
|
||||
}
|
||||
|
||||
handleSendMessage?.(event);
|
||||
}
|
||||
}}
|
||||
|
@ -297,7 +297,6 @@ export class WorkbenchStore {
|
||||
|
||||
const action = artifact.runner.actions.get()[data.actionId];
|
||||
|
||||
|
||||
if (!action || action.executed) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user