We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6420ae9 commit a28d1a1Copy full SHA for a28d1a1
1 file changed
frontend/app/view/codeeditor/codeeditor.tsx
@@ -158,6 +158,7 @@ export function CodeEditor({ blockId, text, language, fileName, readonly, onChan
158
opts.stickyScroll.enabled = stickyScrollEnabled;
159
opts.wordWrap = wordWrap ? "on" : "off";
160
opts.fontSize = fontSize;
161
+ opts.copyWithSyntaxHighlighting = false;
162
return opts;
163
}, [minimapEnabled, stickyScrollEnabled, wordWrap, fontSize, readonly]);
164
0 commit comments