logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 6b990ba3686e02494dc7908ce4c981601c8957cf
parent cd3e6d0073916bd9baa069a70c8eafe0a0d9f797
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Sat,  7 Aug 2021 19:04:29 -0400

Undive when collapsed

Diffstat:

Msrc/components/conversation/conversation.js1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js @@ -329,6 +329,7 @@ const conversation = { } else { // if we collapse it, we should reset the dive this._diven = false + this.undive() } }, virtualHidden (value) {