修复互助码页面复制

This commit is contained in:
whyour 2021-03-23 23:05:37 +08:00
parent 879662b7eb
commit 6648013c30

View File

@ -64,7 +64,7 @@ const Crontab = () => {
matchBrackets: true,
mode: 'shell',
theme: 'icecoder',
readOnly: 'nocursor',
readOnly: true,
}}
onBeforeChange={(editor, data, value) => {
setValue(value);