Fix timeline jump when scrolling

Ref: tree-threading
This commit is contained in:
Tusooa Zhu 2021-09-16 09:22:49 -04:00
parent 20880cdf0b
commit f8c5cbcd0d
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
2 changed files with 18 additions and 4 deletions

View file

@ -439,9 +439,6 @@ const Status = {
}
}
},
mounted () {
this.scrollIfHighlighted(this.highlight)
},
watch: {
'highlight': function (id) {
this.scrollIfHighlighted(id)