fix cursor position on safari
This commit is contained in:
parent
5984a45178
commit
b49e0578d7
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,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