Skip to content

Commit

Permalink
fix: Fix ObserveAtIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
unrooot committed Nov 9, 2024
1 parent 00e6f71 commit 2bd4a12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ function ObservableSortedList:ObserveAtIndex(indexToObserve)

return self._indexObservers:Observe(indexToObserve)
:Pipe({
Rx.start(function()
Rx.map(function()
local node = self:_findNodeAtIndex(indexToObserve)
if node then
return node.data, node
Expand Down

0 comments on commit 2bd4a12

Please sign in to comment.