Skip to content

Commit 0c9cb4f

Browse files
committedOct 17, 2024·
Disable default context menu
1 parent 74636a4 commit 0c9cb4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎example/components/chakra-markdown.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const ChakraMarkdown = React.memo<any>(({ content }) => {
4444
hideCursorInOverviewRuler: true, // Hide cursor in the ruler
4545
folding: false, // Disable code folding
4646
glyphMargin: false, // Hide the glyph margin (left margin with icons)
47+
contextmenu: false, // Disable default context menu
4748
}}
4849
/>
4950
</Box>

0 commit comments

Comments
 (0)
Please sign in to comment.