mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复日志拷贝问题
This commit is contained in:
parent
cfee47b112
commit
879662b7eb
|
@ -109,7 +109,7 @@ const Log = () => {
|
||||||
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