mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
feat(backend_log): respect user's word wrapping (closes #1496)
This commit is contained in:
parent
fbb010edf4
commit
bc4918ed5b
@ -38,7 +38,6 @@ export default class BackendLogWidget extends AbstractCodeTypeWidget {
|
|||||||
|
|
||||||
getExtraOpts(): Partial<CodeMirrorOpts> {
|
getExtraOpts(): Partial<CodeMirrorOpts> {
|
||||||
return {
|
return {
|
||||||
lineWrapping: false,
|
|
||||||
readOnly: true
|
readOnly: true
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user