feat: 🎸 clone week note when it cross month

This commit is contained in:
Jin
2025-04-01 18:09:08 +02:00
parent 198842de31
commit fc84729229
2 changed files with 13 additions and 6 deletions

View File

@@ -241,11 +241,6 @@ interface Api {
*/
getWeekFirstDayNote(
date: string,
options: {
// TODO: Deduplicate type with date_notes.ts once ES modules are added.
/** either "monday" (default) or "sunday" */
startOfTheWeek: "monday" | "sunday";
},
rootNote: BNote
): BNote | null;