diff --git a/ui/round/src/hold.js b/ui/round/src/hold.js index 21f4c34142..efd7a10026 100644 --- a/ui/round/src/hold.js +++ b/ui/round/src/hold.js @@ -35,7 +35,7 @@ function find(el, d) { [].forEach.call(el.querySelectorAll('square'), function(n) { w = n.offsetWidth; if (!done && prev && w !== prev) { - if (window.getComputedStyle(n, null).getPropertyValue("border")[0] !== '0') { + if (window.getComputedStyle(n, null).getPropertyValue("border")[0] !== '0' && !n.classList.contains('last-move')) { done = true; $.post('/jslog/' + d.game.id + d.player.id); }