From 6648013c3013673b3536e902f217975182d5cca3 Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 23 Mar 2021 23:05:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=92=E5=8A=A9=E7=A0=81?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=A4=8D=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/code/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/code/index.tsx b/src/pages/code/index.tsx index fb834e92..93a71195 100644 --- a/src/pages/code/index.tsx +++ b/src/pages/code/index.tsx @@ -64,7 +64,7 @@ const Crontab = () => { matchBrackets: true, mode: 'shell', theme: 'icecoder', - readOnly: 'nocursor', + readOnly: true, }} onBeforeChange={(editor, data, value) => { setValue(value);