Fixed cursor position on Safari

This commit is contained in:
Lucas Oliveira 2024-01-31 11:53:22 +01:00
commit 3a13113cbe

View file

@ -155,6 +155,7 @@ export default function CodeAreaModal({
readOnly={readonly}
value={code}
mode="python"
setOptions={{ fontFamily: "monospace"}}
height={height ?? "100%"}
highlightActiveLine={true}
showPrintMargin={false}