mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-02 21:08:18 +08:00
Note's title is no longer part of the metadata
So even if the YAML metadata is disabled, the title can be set.
This commit is contained in:
@ -157,8 +157,6 @@ class Note with NotesNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
set title(String title) {
|
set title(String title) {
|
||||||
if (!canHaveMetadata) return;
|
|
||||||
|
|
||||||
_title = title;
|
_title = title;
|
||||||
_notifyModified();
|
_notifyModified();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user