Skip to content

Commit

Permalink
fix: mitigate syncing getting stuck if value changed while syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhg committed Feb 25, 2025
1 parent a94c0f3 commit cfa7523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/editor/sync-machine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ export const syncMachine = setup({
'assign previous value',
'assign initial value synced',
],
target: 'syncing',
reenter: true,
},
{
Expand Down

0 comments on commit cfa7523

Please sign in to comment.