Skip to content

Commit

Permalink
fix: right click
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogtiti committed Aug 29, 2024
1 parent b6bb167 commit 19c7a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ function _Chat() {
message.content.length === 0 &&
!isUser
}
onContextMenu={(e) => onRightClick(e, message)}
// onContextMenu={(e) => onRightClick(e, message)} // hard to use
onDoubleClickCapture={() => {
if (!isMobileScreen) return;
setUserInput(getMessageTextContent(message));
Expand Down

0 comments on commit 19c7a84

Please sign in to comment.