Fixed cursor position on Safari
This commit is contained in:
parent
b9f15ad473
commit
3a13113cbe
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ export default function CodeAreaModal({
|
|||
readOnly={readonly}
|
||||
value={code}
|
||||
mode="python"
|
||||
setOptions={{ fontFamily: "monospace"}}
|
||||
height={height ?? "100%"}
|
||||
highlightActiveLine={true}
|
||||
showPrintMargin={false}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue