Skip to content

Commit caa8781

Browse files
committed
Use text instead of initialText for EditNoteContent inside StandaloneEditor
Fixes farmerbb#130
1 parent 5214cab commit caa8781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/farmerbb/notepad/ui/routes/StandaloneEditor.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ private fun StandaloneEditor(
152152
},
153153
content = {
154154
EditNoteContent(
155-
text = initialText,
155+
text = text,
156156
baseTextStyle = textStyle,
157157
isLightTheme = isLightTheme,
158158
rtlLayout = rtlLayout

0 commit comments

Comments
 (0)