We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fc65b commit 901cdbeCopy full SHA for 901cdbe
lib/note_services/edit_ui.dart
@@ -192,7 +192,7 @@ class EditorPageState extends State<EditorPage> {
192
final contents = await file.readAsString();
193
return NotusDocument.fromJson(jsonDecode(contents));
194
}
195
- final Delta delta = Delta()..insert("");
+ final Delta delta = Delta()..insert("\n");
196
return NotusDocument.fromDelta(delta);
197
198
0 commit comments