We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74636a4 commit 0c9cb4fCopy full SHA for 0c9cb4f
example/components/chakra-markdown.tsx
@@ -44,6 +44,7 @@ const ChakraMarkdown = React.memo<any>(({ content }) => {
44
hideCursorInOverviewRuler: true, // Hide cursor in the ruler
45
folding: false, // Disable code folding
46
glyphMargin: false, // Hide the glyph margin (left margin with icons)
47
+ contextmenu: false, // Disable default context menu
48
}}
49
/>
50
</Box>
0 commit comments