mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 19:36:25 +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) {
|
||||
if (!canHaveMetadata) return;
|
||||
|
||||
_title = title;
|
||||
_notifyModified();
|
||||
}
|
||||
|
Reference in New Issue
Block a user