This commit is contained in:
GH Action - Upstream Sync 2024-08-30 01:02:33 +00:00
commit 08119f9087
1 changed files with 1 additions and 1 deletions

View File

@ -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));