update hand

This commit is contained in:
Vitaly Turovsky 2025-06-14 15:35:13 +03:00
commit 25e55cabf5

View file

@ -153,6 +153,8 @@ export default class HoldingBlock {
(newHand) => {
if (newHand) {
this.playerHand = newHand
// trigger update
this.updateItem()
}
},
(oldHand) => {