feat(backend_log): respect user's word wrapping (closes #1496)

This commit is contained in:
Elian Doran 2025-03-30 11:59:38 +03:00
parent fbb010edf4
commit bc4918ed5b
No known key found for this signature in database

View File

@ -38,7 +38,6 @@ export default class BackendLogWidget extends AbstractCodeTypeWidget {
getExtraOpts(): Partial<CodeMirrorOpts> {
return {
lineWrapping: false,
readOnly: true
};
}