删除冗余代码

This commit is contained in:
hanhh 2021-07-26 23:07:22 +08:00
parent 105c0f802f
commit e03a9d2c1d

View File

@ -175,7 +175,6 @@ const Script = () => {
lineNumbersMinChars: 3,
folding: false,
glyphMargin: false,
default
}}
onChange={(val) => {
setValue((val as string).replace(/\r\n/g, '\n'));