discourse/plugins/chat/assets/javascripts
Joffrey JAFFEUX 9302187ca4
FIX: ensures topic info is dynamic with scroll (#27082)
Prior to this fix we were using `topic.current_post_number` which is coming from the server side and represents the initial topic scroll position when initially rendered to the end user. However, this value is not dynamic and is not updated when the user scrolls, `topic.currentPost` is the dynamic equivalent.

No test as there are very low chances a test like this one based on scroll position, will be reliable over time.
2024-05-20 11:20:37 +02:00
..
discourse FIX: ensures topic info is dynamic with scroll (#27082) 2024-05-20 11:20:37 +02:00
lib/discourse-markdown FIX: only allows kbd and not details 2024-04-11 00:13:58 +02:00
select-kit/addons/components FEATURE: Allow users to manually track threads without replying (#22100) 2023-06-16 12:08:26 +10:00