From 2a4b1db1205c69e6597d6464038d2fe2dd384474 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 20 Mar 2021 23:20:26 +0000 Subject: [PATCH] script: Remove a done todo Signed-off-by: Ian Jackson --- templates/script.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/script.ts b/templates/script.ts index f41d1b42..e1bfc17e 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -721,7 +721,6 @@ function drag_mousedown(e : MouseEvent, shifted: boolean) { drag_add_piece(tpiece,tp); } } else if (held == null || wresting) { - // xxx prevent clicking on anything that is occulting, unless wresting if (!shifted) { ungrab_all(); } -- 2.30.2