Explorar o código

Merge branch '2023-8-28'

liushengqiang hai 1 ano
pai
achega
ad29d9f77c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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") {