disable draggable on image
This commit is contained in:
parent
8df2b38192
commit
e22b8fe555
1 changed files with 1 additions and 1 deletions
|
|
@ -1941,7 +1941,7 @@ function ChatPage() {
|
|||
{message.role === "user" && (
|
||||
<div className="flex gap-3">
|
||||
<Avatar className="w-8 h-8 flex-shrink-0 select-none">
|
||||
<AvatarImage src={user?.picture} alt={user?.name} />
|
||||
<AvatarImage draggable={false} src={user?.picture} alt={user?.name} />
|
||||
<AvatarFallback className="text-sm bg-primary/20 text-primary">
|
||||
{user?.name ? (
|
||||
user.name.charAt(0).toUpperCase()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue