mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 15:43:24 +08:00
删除冗余代码
This commit is contained in:
parent
105c0f802f
commit
e03a9d2c1d
|
@ -175,7 +175,6 @@ const Script = () => {
|
||||||
lineNumbersMinChars: 3,
|
lineNumbersMinChars: 3,
|
||||||
folding: false,
|
folding: false,
|
||||||
glyphMargin: false,
|
glyphMargin: false,
|
||||||
default
|
|
||||||
}}
|
}}
|
||||||
onChange={(val) => {
|
onChange={(val) => {
|
||||||
setValue((val as string).replace(/\r\n/g, '\n'));
|
setValue((val as string).replace(/\r\n/g, '\n'));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user