fix: clears after print
This commit is contained in:
parent
6b8206c3fb
commit
0fdb069433
@ -897,8 +897,10 @@ printTicket() {
|
|||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.error("❌ Print failed:", 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 -----------------------------
|
//--------------------Ended Print here -----------------------------
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user