This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
feast
Watch
1
Star
0
Fork
1
Code
Issues
2
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
Add a slight delay to log scrolling so that it isn't skipped
vintage
Fen Dweller
5 years ago
parent
1f16b29def
commit
f6f542b200
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/Combat.vue
+ 1
- 1
src/components/Combat.vue
View File
@@ -161,7 +161,7 @@ export default class Combat extends Vue {
log.scrollTo({ top: before.offsetTop, left: 0 })
}
log.scrollTo({ top: 0, left: 0, behavior: "smooth" })
setTimeout(() =>
log.scrollTo({ top: 0, left: 0, behavior: "smooth" })
, 20)
}
}
}
Write
Preview
Loading…
Cancel
Save