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:
Vishesh Handa
2020-07-29 16:05:21 +02:00
parent 9e8f89be38
commit 9374c35901

View File

@ -157,8 +157,6 @@ class Note with NotesNotifier {
}
set title(String title) {
if (!canHaveMetadata) return;
_title = title;
_notifyModified();
}