mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 11:39:21 +02:00
core: fix note content is not saving
This commit is contained in:
@@ -118,6 +118,7 @@ export class Notes implements ICollection {
|
||||
await this.collection.update([id], {
|
||||
title: item.title,
|
||||
headline,
|
||||
contentId,
|
||||
|
||||
pinned: item.pinned,
|
||||
locked: item.locked,
|
||||
|
||||
Reference in New Issue
Block a user