diff --git a/public/src/games/paigow/PaiGowPokerGame.js b/public/src/games/paigow/PaiGowPokerGame.js index 5259234..719ed77 100644 --- a/public/src/games/paigow/PaiGowPokerGame.js +++ b/public/src/games/paigow/PaiGowPokerGame.js @@ -464,6 +464,7 @@ export default class PaiGowPokerGame extends Phaser.Scene { hideHandSetPanel() { this.panelVisible = false; this._clearDragHighlights(); + if (this._selRings) { for (const r of this._selRings) r.destroy(); this._selRings = []; } for (const o of this.setPanelGroup) o.setVisible(false); for (const c of this.setCardConts) c.destroy(); this.setCardConts = [];