Skip to content

Commit

Permalink
hit stock cancel highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
eguneys committed Jan 30, 2024
1 parent ee9bf18 commit 25e2046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/solitaire_game_dragful.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ class SolitaireCards extends Play {


if (self.stock.find_stock_hit(e)) {
self._release_cancel_highlight()
self.data.on_cmd(new HitStock())
return true
}
Expand Down

0 comments on commit 25e2046

Please sign in to comment.