Browse Source

Merge branch '2023-8-28'

liushengqiang 1 year ago
parent
commit
ad29d9f77c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/pc/home/index.tsx

+ 1 - 0
src/pc/home/index.tsx

@@ -1241,6 +1241,7 @@ export default defineComponent({
 		};
 
 		const handleKeyUp = (e: KeyboardEvent) => {
+			if ((e.target as HTMLElement).nodeName === 'INPUT') return;
 			if (!data.active) return false;
 			console.log(e.key);
 			if (e.key === "Backspace") {