mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 22:48:58 +01:00
feat(code): adjust word wrapping automatically
This commit is contained in:
parent
d79977b9a4
commit
e3aa8afcad
@ -115,6 +115,10 @@ export default class AbstractCodeTypeWidget extends TypeWidget {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (loadResults.isOptionReloaded("codeLineWrapEnabled")) {
|
||||||
|
this.codeEditor.setLineWrapping(options.is("codeLineWrapEnabled"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user