From d48fa44218aa0a38fa577e0b514439d7e7481840 Mon Sep 17 00:00:00 2001 From: zxc <1171051090@qq.com> Date: Sun, 25 Aug 2024 16:17:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8=E5=8F=96=E8=89=B2?= =?UTF-8?q?=E5=99=A8=E5=90=B8=E7=AE=A1=E5=90=8E=E6=9C=AA=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ColorPicker/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ColorPicker/index.vue b/src/components/ColorPicker/index.vue index 78427b04..97e0ce87 100644 --- a/src/components/ColorPicker/index.vue +++ b/src/components/ColorPicker/index.vue @@ -224,6 +224,7 @@ const browserEyeDropper = () => { hue.value = tColor.toHsl().h color.value = tColor.toRgb() + message.closeAll() updateRecentColorsCache() }).catch(() => { message.closeAll()