mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-22 15:37:02 +00:00
fix: today's notes not being sortable
This commit is contained in:
parent
0df9e6b0c5
commit
ee2caaecdf
1 changed files with 2 additions and 1 deletions
|
|
@ -83,7 +83,8 @@ const _reducer = createReducer<NoteState>(
|
|||
activeContextType !== WorkContextType.PROJECT
|
||||
? {
|
||||
...state,
|
||||
noteIds: ids,
|
||||
todayOrder: ids,
|
||||
// ids: unique([...ids, ...state.ids]),
|
||||
}
|
||||
: state,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue