From 30e4ef57df7f56be5f7225e5a9f42845f24047e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Sat, 7 Jan 2023 22:03:20 +0800 Subject: [PATCH] perf: don't destroy elements when zen mode closes #834 --- components/status/StatusCard.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index 8a364aa1..ee45fc8f 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -138,7 +138,7 @@ const isDM = $computed(() => status.visibility === 'direct')
-
+
@@ -154,9 +154,7 @@ const isDM = $computed(() => status.visibility === 'direct')
-
- -
+