fix: resolve search hang issue after multiple queries

This commit is contained in:
medcl
2025-01-31 16:25:06 +08:00
committed by Medcl
parent 4f01491d25
commit b161607edc

View File

@@ -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);