diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-09-15 23:35:17 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-07 19:19:31 -0500 |
| commit | 2a510205c3e18bc1c3ff253dc4521909857cd530 (patch) | |
| tree | 3e454664ace75da1ba9203b22b6ef8e4533a3831 /src/components/conversation/conversation.vue | |
| parent | 0db5a5a581aa6560637dd85886dfd9d7934f40fa (diff) | |
Fix virtual scrolling for tree threading
Ref: tree-threading
Diffstat (limited to 'src/components/conversation/conversation.vue')
| -rw-r--r-- | src/components/conversation/conversation.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index b3d97075..0cd74539 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -43,7 +43,7 @@ class="thread-body" > <div - v-if="ancestorsOf(diveRoot).length" + v-if="shouldShowAncestors" class="thread-ancestors" > <div |
