"消息已删除"消息不能被多选中

This commit is contained in:
bob
2025-05-08 15:25:33 +08:00
parent d9cc186fc1
commit 93a66e760f

View File

@@ -910,7 +910,12 @@ watch(
)
const multiSelectOptionDisabled = computed(() => {
return contentType.value === msgContentType.RECORDING || isSystemMsg.value || isRevoke.value
return (
contentType.value === msgContentType.RECORDING ||
isSystemMsg.value ||
isRevoke.value ||
isDelete.value
)
})
const handleItemClick = () => {