diff --git a/apps/mobile/app/screens/editor/tiptap/use-editor.ts b/apps/mobile/app/screens/editor/tiptap/use-editor.ts index bb4f0ac0a..35f3f6483 100644 --- a/apps/mobile/app/screens/editor/tiptap/use-editor.ts +++ b/apps/mobile/app/screens/editor/tiptap/use-editor.ts @@ -569,7 +569,7 @@ export const useEditor = ( return; } - lastContentChangeTime.current[item.id] = item.dateEdited; + lastContentChangeTime.current[item.id] = 0; currentLoadingNoteId.current = item.id; currentNotes.current[item.id] = item;