full functionality

This commit is contained in:
Víctor Losada Hernández
2026-08-24 18:46:22 +02:00
parent 705fc1982e
commit a83ac83ed3
3 changed files with 53 additions and 8 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ const Editor = forwardRef(
blockShading: false,
activeLineShading: true,
lineNumbers: true,
fontSize: 14
fontSize: 13
})
const editor = useRef(null);