summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 4fea383..44a7d84 100644
--- a/play.js
+++ b/play.js
@@ -132,7 +132,7 @@ const spaceCharacteristicsElement = document.getElementById('space-characteristi
hand_card.id=`card_${c}`;
hand_card.src = `cards/e${c}.gif`
hand_card.my_card = c;
- hand_card.addEventListener('mousedown', on_click_card);
+ hand_card.addEventListener('click', on_click_card);
if(!is_mobile) {
hand_card.addEventListener('mouseenter', () => {