Skip to content

Commit

Permalink
Disable default context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Oct 17, 2024
1 parent 74636a4 commit 0c9cb4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/components/chakra-markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const ChakraMarkdown = React.memo<any>(({ content }) => {
hideCursorInOverviewRuler: true, // Hide cursor in the ruler
folding: false, // Disable code folding
glyphMargin: false, // Hide the glyph margin (left margin with icons)
contextmenu: false, // Disable default context menu
}}
/>
</Box>
Expand Down

0 comments on commit 0c9cb4f

Please sign in to comment.