fix cursor position on safari

This commit is contained in:
Lucas Oliveira 2024-01-31 11:54:08 +01:00
commit b49e0578d7

View file

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