mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-31 13:26:12 +08:00
修复互助码页面复制
This commit is contained in:
parent
879662b7eb
commit
6648013c30
|
@ -64,7 +64,7 @@ const Crontab = () => {
|
||||||
matchBrackets: true,
|
matchBrackets: true,
|
||||||
mode: 'shell',
|
mode: 'shell',
|
||||||
theme: 'icecoder',
|
theme: 'icecoder',
|
||||||
readOnly: 'nocursor',
|
readOnly: true,
|
||||||
}}
|
}}
|
||||||
onBeforeChange={(editor, data, value) => {
|
onBeforeChange={(editor, data, value) => {
|
||||||
setValue(value);
|
setValue(value);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user