Skip to content

Commit

Permalink
Fix drafts not being synced with the server (#27725)
Browse files Browse the repository at this point in the history
  • Loading branch information
larkox authored Jul 25, 2024
1 parent 2df5ff9 commit 50f73ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const AdvanceTextEditor = ({
}

if (options.show) {
dispatch(updateDraft(key, {...draftToChange, show: true}, draftToChange.rootId));
dispatch(updateDraft(key, {...draftToChange, show: true}, draftToChange.rootId, true));
return;
}

Expand Down

0 comments on commit 50f73ca

Please sign in to comment.