mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 19:36:25 +08:00
Make sure note modifications are stored
Also bump the version. This is a very important bug fix.
This commit is contained in:
@ -275,6 +275,7 @@ class NoteEditorState extends State<NoteEditor> {
|
||||
print("Note modified");
|
||||
print("Original: $originalNoteData");
|
||||
print("New: $newSimplified");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: gitjournal
|
||||
description: A Note Taking App Built on top of Git
|
||||
version: 1.43.0+10
|
||||
version: 1.43.1+10
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
|
Reference in New Issue
Block a user