We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7041bd commit 31d3239Copy full SHA for 31d3239
example/components/chakra-markdown.tsx
@@ -50,6 +50,7 @@ const ChakraMarkdown = React.memo<any>(({ content }) => {
50
folding: false, // Disable code folding
51
glyphMargin: false, // Hide the glyph margin (left margin with icons)
52
renderLineHighlight: 'none', // Disable the current line highlight
53
+ cursorWidth: 1,
54
}}
55
onMount={(editor, monaco) => {
56
const keepIds = ["editor.action.clipboardCopyAction"];
0 commit comments