@@ -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") {