summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/play.js b/play.js
index d4c02ff..7a95fdb 100644
--- a/play.js
+++ b/play.js
@@ -45,6 +45,7 @@ function remember_position(e) {
}
function animate_position(e) {
+ // TODO: fix double-animated dice when cards are removed
if (e.parentElement) {
if (e.my_parent) {
let rect = e.getBoundingClientRect()