diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-08-07 19:04:29 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-07 19:19:29 -0500 |
| commit | 6b990ba3686e02494dc7908ce4c981601c8957cf (patch) | |
| tree | b078721c523f4e33634d7704dda1671baa44c343 /src/components/conversation/conversation.js | |
| parent | cd3e6d0073916bd9baa069a70c8eafe0a0d9f797 (diff) | |
Undive when collapsed
Diffstat (limited to 'src/components/conversation/conversation.js')
| -rw-r--r-- | src/components/conversation/conversation.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index 737564fb..39a6f4f1 100644 --- 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) { |
