Skip to content

Commit

Permalink
Fix normal paste.
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Nov 2, 2023
1 parent dafc511 commit 3dc94c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/chat/components/composer/Composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export function Composer(props: {
}
}, []);

useGlobalShortcut('v', true, false, handlePasteButtonClicked);
useGlobalShortcut('v', true, true, handlePasteButtonClicked);

const handleTextareaCtrlV = async (e: React.ClipboardEvent) => {

Expand Down

1 comment on commit 3dc94c7

@vercel
Copy link

@vercel vercel bot commented on 3dc94c7 Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

big-agi – ./

big-agi-git-main-enricoros.vercel.app
get.big-agi.com
big-agi-enricoros.vercel.app

Please sign in to comment.