mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
修复日志拷贝问题
This commit is contained in:
parent
cfee47b112
commit
879662b7eb
|
@ -109,7 +109,7 @@ const Log = () => {
|
|||
matchBrackets: true,
|
||||
mode: 'shell',
|
||||
theme: 'icecoder',
|
||||
readOnly: 'nocursor',
|
||||
readOnly: true,
|
||||
}}
|
||||
onBeforeChange={(editor, data, value) => {
|
||||
setValue(value);
|
||||
|
|
Loading…
Reference in New Issue
Block a user