chiark / gitweb /
script: Remove a done todo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 20 Mar 2021 23:20:26 +0000 (23:20 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 20 Mar 2021 23:20:26 +0000 (23:20 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/script.ts

index f41d1b429cb5cc5a68fea5ab6a5c7d9206c3513f..e1bfc17e7faa85f70632a8e7d347abdb7d4e0650 100644 (file)
@@ -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();
     }