mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-01 20:43:20 +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("Note modified");
|
||||||
print("Original: $originalNoteData");
|
print("Original: $originalNoteData");
|
||||||
print("New: $newSimplified");
|
print("New: $newSimplified");
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: gitjournal
|
name: gitjournal
|
||||||
description: A Note Taking App Built on top of Git
|
description: A Note Taking App Built on top of Git
|
||||||
version: 1.43.0+10
|
version: 1.43.1+10
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
Reference in New Issue
Block a user