We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae215f commit c068051Copy full SHA for c068051
src/cljs/nr/gameboard/player_stats.cljs
@@ -100,7 +100,6 @@
100
[:div [:label [:input {:type "checkbox"
101
:value true
102
:checked trash-like-cards
103
- :on-key-down #(when (= "`" (.-key %)) (toggle-offer-trash %))
104
:on-click toggle-offer-trash}]
105
(tr [:game.trash-like-cards "Offer to trash like cards"])]]))]))))
106
@@ -124,7 +123,6 @@
124
123
125
126
127
128
129
130
0 commit comments