From 282d7c91b0d65f26c6370363354c8cf865a8dd6f Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Fri, 9 Sep 2022 15:06:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E4=BD=BF=E7=94=A8`Ct?= =?UTF-8?q?rl+C`=E5=A4=8D=E5=88=B6=E5=A4=9A=E9=80=89=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cpns/ClipItemList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpns/ClipItemList.vue b/src/cpns/ClipItemList.vue index 97a1af9..9df9189 100644 --- a/src/cpns/ClipItemList.vue +++ b/src/cpns/ClipItemList.vue @@ -240,7 +240,7 @@ onMounted(() => { ?.scrollIntoView({ block: 'nearest', inline: 'nearest' }) } } else if (isCopy) { - if (props.fullData.data === '') { + if (!props.fullData.data) { // 如果侧栏中有数据 证明侧栏是打开的 不执行复制 if (!props.isMultiple) { window.copy(props.showList[activeIndex.value])