mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 09:23:48 +01:00
Fix bug
This commit is contained in:
parent
e35ff7769f
commit
40c260b9c8
@ -156,7 +156,7 @@ export default Vue.extend({
|
||||
this.notes = this.notes.slice(0, displayLimit);
|
||||
}
|
||||
} else {
|
||||
this.queue.unshift(note);
|
||||
this.queue.push(note);
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -144,7 +144,7 @@ export default Vue.extend({
|
||||
this.notes = this.notes.slice(0, displayLimit);
|
||||
}
|
||||
} else {
|
||||
this.queue.unshift(note);
|
||||
this.queue.push(note);
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user