Skip to content

Commit c985c47

Browse files
committed
fix(binding): use correct state in "disconnectEntity"
1 parent 8264e54 commit c985c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/binding/src/core/operations/ListOperations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export class ListOperations {
134134
}
135135

136136
this.treeStore.disposeOfRealm(disconnectedChildRealm)
137-
listState.children.delete(disconnectedChildIdValue)
137+
state.children.delete(disconnectedChildIdValue)
138138

139139
let changesDelta = 0
140140

0 commit comments

Comments
 (0)