You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Desktop: Fixes #11226: Fix reordering notes in custom sort order when some notes are deleted (#11592)
This commit is contained in:
@@ -1030,6 +1030,7 @@ export default class Note extends BaseItem {
|
||||
FROM notes
|
||||
WHERE
|
||||
is_conflict = 0
|
||||
AND deleted_time = 0
|
||||
${showCompletedTodos ? '' : 'AND todo_completed = 0'}
|
||||
AND parent_id = ?
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user