fix: clears after print

This commit is contained in:
karthik 2025-08-06 13:02:44 +05:30
parent 6b8206c3fb
commit 0fdb069433

View File

@ -897,8 +897,10 @@ printTicket() {
.catch(error => {
console.error("❌ Print failed:", error);
this.erase(); // ✅ Clear selections after successful print
});
this.erase(); // ✅ Clear selections after successful print
//--------------------Ended Print here -----------------------------