You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop: Fixes #10737: Fix Fix editing notes in "Conflicts" causes them to temporarily vanish (#10913)
This commit is contained in:
@ -101,6 +101,7 @@ export default function useFormNote(dependencies: HookDependencies) {
|
||||
is_todo: n.is_todo,
|
||||
parent_id: n.parent_id,
|
||||
deleted_time: n.deleted_time,
|
||||
is_conflict: n.is_conflict,
|
||||
bodyWillChangeId: 0,
|
||||
bodyChangeId: 0,
|
||||
markup_language: n.markup_language,
|
||||
|
Reference in New Issue
Block a user