mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 17:29:05 +01:00
Improve
This commit is contained in:
parent
95ba9e37ac
commit
ef9feae41e
@ -69,7 +69,7 @@ export default Vue.extend({
|
|||||||
if (this.temporaryColumn != null) {
|
if (this.temporaryColumn != null) {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs.body.scrollTo({
|
this.$refs.body.scrollTo({
|
||||||
left: 10000,
|
left: this.$refs.body.scrollWidth - this.$refs.body.clientWidth,
|
||||||
behavior: 'smooth'
|
behavior: 'smooth'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user