Skip to content

Commit 025e8b0

Browse files
committed
Bugfix - SymTitle controller mobile
1 parent b53de98 commit 025e8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/widgets/raw_editor.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class RawEditorState extends EditorState
184184
},
185185
)
186186
: SymTitleKalpataruMobile(
187-
controller: TextEditingController(),
187+
controller: (widget.editorType as SymEditorTypeKalpataru).controller,
188188
focusNode: titleFocusNode,
189189
padding: EdgeInsets.only(
190190
left: widget.padding?.horizontal ??

0 commit comments

Comments
 (0)