From d92fcb3daa86d7a164f478f35ff572451b7bb0bb Mon Sep 17 00:00:00 2001 From: dubisdev Date: Sun, 9 Jul 2023 20:49:54 +0200 Subject: [PATCH] fix: issue with theme not loading correctly --- src/components/Editor.tsx | 2 +- src/components/Result.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Editor.tsx b/src/components/Editor.tsx index b63820c..115cb4d 100644 --- a/src/components/Editor.tsx +++ b/src/components/Editor.tsx @@ -9,8 +9,8 @@ const CustomEditor = () => {
{
{ horizontal: "hidden", }, wordWrap: 'on', + readOnly: true, }} value={codeResult} />