mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
new: editor softWrap (#338)
This commit is contained in:
@@ -171,6 +171,7 @@ class _EditorPageState extends State<EditorPage> {
|
||||
styles: _codeTheme,
|
||||
),
|
||||
child: CodeField(
|
||||
wrap: Stores.setting.editorSoftWrap.fetch(),
|
||||
focusNode: _focusNode,
|
||||
controller: _controller,
|
||||
textStyle: _textStyle,
|
||||
|
||||
Reference in New Issue
Block a user