We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9642227 commit 737f3ecCopy full SHA for 737f3ec
1 file changed
apps/frontend/app/components/chat/ChatSidebar.vue
@@ -216,7 +216,7 @@ const [DefineThreadLiItem, ReuseThreadLiItem] = createReusableTemplate<{ thread:
216
<NuxtLink
217
:to="`/chat/${thread._id}`"
218
class="group/thread relative block flex items-center gap-2 overflow-hidden rounded-md p-2 px-3 text-sm [&.router-link-exact-active]:bg-primary/10 hover:bg-primary/20"
219
- @mousedown="navigateTo(`/chat/${thread._id}`);"
+ @mousedown.left="navigateTo(`/chat/${thread._id}`);"
220
@click="navigateTo(`/chat/${thread._id}`); sidebarContext.setOpenMobile(false)"
221
>
222
<div class="h-4 flex items-center gap-1">
0 commit comments