mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-05 20:46:43 +00:00
merge main
This commit is contained in:
parent
7a31db904d
commit
4db916928c
@ -1 +1 @@
|
||||
{ "commit": "6ffcdd8b3c54e2560b327ca1b4f4eb33ba54c0db" }
|
||||
{ "commit": "7a31db904d19e75a68d6a6db8f72fe7949a6f19b" }
|
||||
|
@ -436,15 +436,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