Skip to content

Commit d5d847b

Browse files
committed
fix(SyncProcess): Make sure skipped reorders are retracted
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 55728e3 commit d5d847b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/strategies/Default.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,7 @@ export default class SyncProcess {
12801280
}
12811281

12821282
if (action.order.length <= 1) {
1283+
reorderings.retract(action)
12831284
return
12841285
}
12851286

0 commit comments

Comments
 (0)