Closed tefkah closed 2 years ago
This is a quick fix for #66.
The authorKey field of the selectedItem object is actually not set before the title is generated, but the createNoteTitle function does expect it. Now the note title generation works as intended.
authorKey
selectedItem
createNoteTitle
Thank you for this
This is a quick fix for #66.
The
authorKey
field of theselectedItem
object is actually not set before the title is generated, but thecreateNoteTitle
function does expect it. Now the note title generation works as intended.