diff --git a/packages/ui/src/components/message-section.tsx b/packages/ui/src/components/message-section.tsx index baa012b9..d1bf0eac 100644 --- a/packages/ui/src/components/message-section.tsx +++ b/packages/ui/src/components/message-section.tsx @@ -16,7 +16,6 @@ import type { InstanceMessageStore } from "../stores/message-v2/instance-store" import type { DeleteHoverState } from "../types/delete-hover" import { buildRecordDisplayData } from "../stores/message-v2/record-display-cache" import { getPartCharCount } from "../lib/token-utils" -import { isMac } from "../lib/keyboard-utils" const SCROLL_SCOPE = "session" const SCROLL_SENTINEL_MARGIN_PX = 48 const USER_SCROLL_INTENT_WINDOW_MS = 600 @@ -1496,9 +1495,16 @@ export default function MessageSection(props: MessageSectionProps) {