From 801547bfa8bc1ae3949027e46045e4693454f65f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 3 Feb 2023 12:36:32 +0100 Subject: remove duplicate key from keyboard ^^ --- src/components/Keyboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Keyboard.vue') diff --git a/src/components/Keyboard.vue b/src/components/Keyboard.vue index 3b428c8..7d76dbd 100644 --- a/src/components/Keyboard.vue +++ b/src/components/Keyboard.vue @@ -20,7 +20,7 @@ let props = defineProps<{ navigate: (direction: "left" | "right" | "first" | "last") => void; }>(); -const rows = ["QWERTZUIOPÜ", "ASDFFGHJKLÖÄ", "YXCVBNMß"]; +const rows = ["QWERTZUIOPÜ", "ASDFGHJKLÖÄ", "YXCVBNMß"]; function pressButton(letter: string) { if (rows.join("").indexOf(letter) > -1) { -- cgit v1.2.3-70-g09d2