From 1bcde26e35e66c6cd82535a6a51aacb25cc8aa98 Mon Sep 17 00:00:00 2001 From: Lykin <137850705+tiny-craft@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:20:03 +0800 Subject: [PATCH] perf: remove tooltip alive when mouse over the icon button (#284) --- frontend/src/components/common/IconButton.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/common/IconButton.vue b/frontend/src/components/common/IconButton.vue index 959d583..900c2dd 100644 --- a/frontend/src/components/common/IconButton.vue +++ b/frontend/src/components/common/IconButton.vue @@ -43,7 +43,7 @@ const hasTooltip = computed(() => {