aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2021-09-16 09:22:49 -0400
committerTusooa Zhu <tusooa@kazv.moe>2022-03-07 19:19:31 -0500
commitf8c5cbcd0d5d092c1264032a1be003f828dfc499 (patch)
tree9ed6b0330516549d66fa8e75f122b3b0948b89c7 /src/components/status/status.js
parent20880cdf0bd33d6c189549441ab0ee26b59abf6d (diff)
Fix timeline jump when scrolling
Ref: tree-threading
Diffstat (limited to 'src/components/status/status.js')
-rw-r--r--src/components/status/status.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js
index 73fad45f..7bdcb665 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -439,9 +439,6 @@ const Status = {
}
}
},
- mounted () {
- this.scrollIfHighlighted(this.highlight)
- },
watch: {
'highlight': function (id) {
this.scrollIfHighlighted(id)