This commit is contained in:
David Back 2018-07-31 11:53:17 -07:00
parent 7bf7663f09
commit ad9ec26781

View file

@ -763,7 +763,6 @@ SelectionDisplay = (function() {
}
function makeClickHandler(hand) {
return function (clicked) {
print("DBACK TEST makeClickHandler " + hand + " " + clicked);
// Don't allow both hands to trigger at the same time
if (that.triggered() && hand !== that.triggeredHand) {
return;