Skip to content

Commit

Permalink
Merge pull request #743 from contember/fix/disconnect-state
Browse files Browse the repository at this point in the history
fix(binding): use correct state in "disconnectEntity"
  • Loading branch information
matej21 committed Jul 10, 2024
2 parents a6d5cc7 + d590bb3 commit fecc48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/binding/src/core/operations/ListOperations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class ListOperations {
}

this.treeStore.disposeOfRealm(disconnectedChildRealm)
listState.children.delete(disconnectedChildIdValue)
state.children.delete(disconnectedChildIdValue)

let changesDelta = 0

Expand Down

0 comments on commit fecc48b

Please sign in to comment.