multica/apps
Bohan Jiang 978e81a268
fix(inbox): prevent comment highlight from re-triggering on every timeline change (#374)
The useEffect that scrolls to and highlights a comment had timeline.length
in its dependency array. When a new reply was posted, timeline.length changed,
re-triggering the scroll and highlight animation. Added a ref to track whether
we've already highlighted for the current highlightCommentId so it only fires once.
2026-04-03 13:47:20 +08:00
..
web fix(inbox): prevent comment highlight from re-triggering on every timeline change (#374) 2026-04-03 13:47:20 +08:00