Skip to content

Commit

Permalink
fix: 艾特后无法点击选中被艾特用户 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuYuHui authored Jul 12, 2023
1 parent ed0fcdb commit cb32881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home/components/ChatBox/MsgInput/item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const props = defineProps({
})
const onClick = () => {
props.onSelect?.(props.item)
props.onSelect?.(props.item.uid)
}
</script>

Expand Down

0 comments on commit cb32881

Please sign in to comment.