feat(conversation): add copy text context menu action with preserved selection
This commit is contained in:
@@ -88,7 +88,10 @@ export const ChatInput = memo(function ChatInput({
|
||||
const isConnecting = status === "connecting"
|
||||
|
||||
return (
|
||||
<div className="p-4 pt-0">
|
||||
<div
|
||||
className="p-4 pt-0"
|
||||
onContextMenu={(event) => event.stopPropagation()}
|
||||
>
|
||||
{queue &&
|
||||
queue.length > 0 &&
|
||||
onQueueReorder &&
|
||||
|
||||
Reference in New Issue
Block a user