From 879662b7eb25000b4e358de262e3faefc5f3f36b Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 23 Mar 2021 22:30:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97=E6=8B=B7?= =?UTF-8?q?=E8=B4=9D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/log/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/log/index.tsx b/src/pages/log/index.tsx index 64376d6d..278836bc 100644 --- a/src/pages/log/index.tsx +++ b/src/pages/log/index.tsx @@ -109,7 +109,7 @@ const Log = () => { matchBrackets: true, mode: 'shell', theme: 'icecoder', - readOnly: 'nocursor', + readOnly: true, }} onBeforeChange={(editor, data, value) => { setValue(value);