diff --git a/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.ts b/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.ts index 9aa6c89..0cb30c6 100755 --- a/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.ts +++ b/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.ts @@ -896,9 +896,11 @@ printTicket() { .catch(error => { console.error("❌ Print failed:", error); - this.erase(); // ✅ Clear selections after successful print + this.erase(); // ✅ Clear selections after successful print + }); + this.erase(); // ✅ Clear selections after successful print //--------------------Ended Print here -----------------------------