diff --git a/packages/core/src/collections/notes.ts b/packages/core/src/collections/notes.ts index a06a49cc7..ad42eb3cb 100644 --- a/packages/core/src/collections/notes.ts +++ b/packages/core/src/collections/notes.ts @@ -437,6 +437,7 @@ export class Notes implements ICollection { const duplicateId = await this.db.notes.add({ ...clone(note), id: undefined, + pinned: false, isGeneratedTitle: false, contentId: undefined, title: note.title + " (Copy)",