diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-08-07 14:11:34 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-07 19:19:29 -0500 |
| commit | d15d24c11c57ecfc49705af648b1e8f73caec51e (patch) | |
| tree | f03cc73bf61732b3257154dc2eb3e81d3e378393 /src/components/status/status.vue | |
| parent | 31c4300456192582786a7f5da420f7ce834a3e2b (diff) | |
Add dive functionality
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index c2df6021..47d35de8 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -220,7 +220,7 @@ /> </button> <button - v-if="inThreadForest && replies && replies.length" + v-if="inThreadForest && replies && replies.length && toggleThreadDisplay" class="button-unstyled" :title="threadShowing ? $t('status.thread_hide') : $t('status.thread_show')" :aria-expanded="threadShowing ? 'true' : 'false'" |
