Skip to content

Instantly share code, notes, and snippets.

@emailjohnthomascaballero
Created February 20, 2024 15:14
Show Gist options
  • Save emailjohnthomascaballero/c956f0205954e0db71d41025d1afe41f to your computer and use it in GitHub Desktop.
Save emailjohnthomascaballero/c956f0205954e0db71d41025d1afe41f to your computer and use it in GitHub Desktop.
use prevenDefault to prevent right-click event in your mouse to hide possible bugs
<Link
onClick={}
onContextMenu={(e) => e.preventDefault()}
>
<Image
src={`image.png`}
alt={}
width={80}
height={80}
className=""
/>
</Link>
@emailjohnthomascaballero
Copy link
Author

NextJS, React, TS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment