Skip to content

Commit f445015

Browse files
authored
fix: fix message title selection (#1397)
1 parent 5781fa0 commit f445015

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/src/components/WindowSideBarSessionItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const pinActionLabel = computed(() =>
3636

3737
<template>
3838
<div
39-
class="session-item no-drag flex w-full items-center gap-1 rounded-md px-2 py-1.5 text-left transition-colors duration-200"
39+
class="session-item select-none cursor-pointer no-drag flex w-full items-center gap-1 rounded-md px-2 py-1.5 text-left transition-colors duration-200"
4040
:class="active ? 'bg-accent text-accent-foreground' : 'text-foreground/80 hover:bg-accent/50'"
4141
:data-pin-fx="pinFeedbackMode ?? undefined"
4242
:data-hero-hidden="heroHidden ? 'true' : undefined"

0 commit comments

Comments
 (0)