fix: today's notes not being sortable

This commit is contained in:
Johannes Millan 2024-12-19 11:46:36 +01:00
parent 0df9e6b0c5
commit ee2caaecdf

View file

@ -83,7 +83,8 @@ const _reducer = createReducer<NoteState>(
activeContextType !== WorkContextType.PROJECT
? {
...state,
noteIds: ids,
todayOrder: ids,
// ids: unique([...ids, ...state.ids]),
}
: state,
),