mobile: set initial lastContentChangeTime to 0

This commit is contained in:
Ammar Ahmed
2024-07-01 11:16:16 +05:00
committed by Abdullah Atta
parent 9575561832
commit b27cd4be0f

View File

@@ -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;