We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffd776 commit dad6b32Copy full SHA for dad6b32
src/components/DynamicScroller.vue
@@ -191,12 +191,12 @@ export default {
191
const el = this.$el
192
// Item is inserted to the DOM
193
this.$nextTick(() => {
194
- el.scrollTop = el.scrollHeight
+ el.scrollTop = el.scrollHeight + 5000
195
// Item sizes are computed
196
const cb = () => {
197
198
requestAnimationFrame(() => {
199
200
if (this.$_undefinedSizes === 0) {
201
this.$_scrollingToBottom = false
202
} else {
0 commit comments