diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() |