From: Ian Jackson Date: Sat, 20 Mar 2021 23:20:26 +0000 (+0000) Subject: script: Remove a done todo X-Git-Tag: otter-0.5.0~591 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2a4b1db1205c69e6597d6464038d2fe2dd384474;p=otter.git script: Remove a done todo Signed-off-by: Ian Jackson --- 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(); }