Skip to content

Commit

Permalink
fix(binding): use correct state in "disconnectEntity"
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jul 9, 2024
1 parent 8264e54 commit c985c47
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 c985c47

Please sign in to comment.