From 8b169c7c7fac58a756bb731a509a562b6c23a1fc Mon Sep 17 00:00:00 2001 From: Klemek Date: Thu, 3 Mar 2022 16:20:01 +0100 Subject: [PATCH] stupid bug --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index b62f771..3cbf90b 100644 --- a/main.js +++ b/main.js @@ -87,7 +87,7 @@ let app = { this.nextQuestion(); }, deleteRow(i) { - this.available.pop(i); + this.available.splice(i, 1); this.reset(); }, addRow() {