修复日志拷贝问题

This commit is contained in:
whyour 2021-03-23 22:30:20 +08:00
parent cfee47b112
commit 879662b7eb

View File

@ -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);