1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 14:35:38 +02:00
This commit is contained in:
syuilo
2018-10-20 07:28:01 +09:00
parent 209fe7dcaf
commit 890ecb693f

View File

@@ -69,7 +69,7 @@ export default Vue.extend({
if (this.temporaryColumn != null) {
this.$nextTick(() => {
this.$refs.body.scrollTo({
left: 10000,
left: this.$refs.body.scrollWidth - this.$refs.body.clientWidth,
behavior: 'smooth'
});
});