Skip to content

Commit 31d3239

Browse files
committed
Set cursor width to 1
1 parent e7041bd commit 31d3239

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
@@ -50,6 +50,7 @@ const ChakraMarkdown = React.memo<any>(({ content }) => {
5050
folding: false, // Disable code folding
5151
glyphMargin: false, // Hide the glyph margin (left margin with icons)
5252
renderLineHighlight: 'none', // Disable the current line highlight
53+
cursorWidth: 1,
5354
}}
5455
onMount={(editor, monaco) => {
5556
const keepIds = ["editor.action.clipboardCopyAction"];

0 commit comments

Comments
 (0)