Revert "feat: copy messages on hoverable icon (#1492)" (#1508)

This commit is contained in:
Alex Hancock
2025-03-04 14:08:01 -05:00
committed by GitHub
parent 48838c91c4
commit 7b767abfe6
5 changed files with 25 additions and 59 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ export default function ChatView({
{messages.length === 0 ? (
<Splash append={(text) => append(createUserMessage(text))} />
) : (
<ScrollArea ref={scrollRef} className="flex-1 pl-4" autoScroll>
<ScrollArea ref={scrollRef} className="flex-1 px-4" autoScroll>
{filteredMessages.map((message, index) => (
<div key={message.id || index} className="mt-[16px]">
{isUserMessage(message) ? (