Partially fix editor overlays getting clipped
This commit is contained in:
parent
42566af69e
commit
fb331e1194
@ -157,6 +157,7 @@ const CodeEditorComponent = (props: Props, ref: React.Ref<CodeEditorRef>) => {
|
||||
// Self-modifying programs may add control characters to the code.
|
||||
// This option ensures such characters are properly displayed.
|
||||
renderControlCharacters: true,
|
||||
fixedOverflowWidgets: true,
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user