From e03a9d2c1de03de81878c738db2da5f3f1e5cb60 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Mon, 26 Jul 2021 23:07:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=86=97=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/script/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/script/index.tsx b/src/pages/script/index.tsx index 098ba082..e47e64d5 100644 --- a/src/pages/script/index.tsx +++ b/src/pages/script/index.tsx @@ -175,7 +175,6 @@ const Script = () => { lineNumbersMinChars: 3, folding: false, glyphMargin: false, - default }} onChange={(val) => { setValue((val as string).replace(/\r\n/g, '\n'));