Skip to content

Commit

Permalink
fix: move comment to reflect current code location
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Apr 26, 2024
1 parent 8ea902c commit 761281b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reacton/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2048,12 +2048,12 @@ def reconsolidate_children():
raise
finally:
# this marks the work as 'done'
# move from _elemens_next to _elements
context.elements[key] = context.elements_next.pop(key)

if el_prev in self._shared_elements:
self._shared_elements.remove(el_prev)

# move from _elemens_next to _elements
if el.is_shared:
assert el not in self._shared_elements
self._shared_elements.add(el)
Expand Down

0 comments on commit 761281b

Please sign in to comment.