chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25da23
)
js: special count: Cancel it after we've used it
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 3 Apr 2021 23:20:24 +0000
(
00:20
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 4 Apr 2021 19:07:53 +0000
(20:07 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/script.ts
patch
|
blob
|
history
diff --git
a/templates/script.ts
b/templates/script.ts
index 6a1f163d31fca13f4f087d5d8095f4a0d7a625a6..d595506c5ed1082284ff87130d044113a5fcc713 100644
(file)
--- a/
templates/script.ts
+++ b/
templates/script.ts
@@
-861,6
+861,8
@@
function drag_mousedown(e : MouseEvent, shifted: boolean) {
return;
}
+ special_count = null;
+ special_count_reupdate();
drag_cancel();
drag_pieces = [];