mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 03:27:43 +01:00
fix: resolve search hang issue after multiple queries
This commit is contained in:
@@ -81,7 +81,7 @@ export default function ChatInput({
|
||||
}
|
||||
|
||||
if (pressedKeys.has("MetaLeft") || pressedKeys.has("MetaRight")) {
|
||||
e.preventDefault();
|
||||
// e.preventDefault();
|
||||
switch (e.code) {
|
||||
case "Comma":
|
||||
setIsCommandPressed(false);
|
||||
|
||||
Reference in New Issue
Block a user