Enable word wrap in editor

This commit is contained in:
2024-11-13 11:46:06 +01:00
parent 8e3914528b
commit 832f712b1b

View File

@@ -28,6 +28,7 @@ export const StandardEditor = ({
readOnly,
fontSize: 14,
automaticLayout: true,
wordWrap: 'on',
}}
/>
</CardContent>