Skip to content

Commit

Permalink
fix: resolve count
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-ext committed Dec 31, 2023
1 parent 5a68023 commit 00ee52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/desktop/components/composer/ComposerPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const ComposerPane = () => {
const record = draft.record;

{
setLog(logPending(`Resolving rich text #${i}`));
setLog(logPending(`Resolving rich text #${i + 1}`));
await resolveRt(uid, rt);
}

Expand Down

0 comments on commit 00ee52e

Please sign in to comment.