update readme
This commit is contained in:
@@ -1 +1 @@
|
|||||||
{ "commit": "f87522f106fc8471a864328cf1b484d27490a51b" }
|
{ "commit": "5cb693c4158e25c581db519a4dc62e79be160b86" }
|
||||||
|
|||||||
@@ -430,10 +430,12 @@ export const BaseChat = React.forwardRef<HTMLDivElement, BaseChatProps>(
|
|||||||
handleStop?.();
|
handleStop?.();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ignore if using input method engine
|
// ignore if using input method engine
|
||||||
if (event.nativeEvent.isComposing) {
|
if (event.nativeEvent.isComposing) {
|
||||||
return
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
handleSendMessage?.(event);
|
handleSendMessage?.(event);
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -297,7 +297,6 @@ export class WorkbenchStore {
|
|||||||
|
|
||||||
const action = artifact.runner.actions.get()[data.actionId];
|
const action = artifact.runner.actions.get()[data.actionId];
|
||||||
|
|
||||||
|
|
||||||
if (!action || action.executed) {
|
if (!action || action.executed) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user