discourse/app/assets/stylesheets/common/components/sidebar/edit-navigation-menu
Alan Guo Xiang Tan fe1034e89c
FIX: Loading more tags in edit nav menu tags modal not working (#22770)
Why this change?

When setting up the `IntersectionObserver`, we did not account for the
top margin and padding causing no intersection event to fire when the
last tag is load into view. This commits fixes the problem by setting a
bottom margin using the `rootMargin` option when setting up the
`IntersectionObserver`.

This commit also improves the test coverage surrounding the loading of
more tags.
2023-07-25 13:44:25 +08:00
..
categories-modal.scss UX: adjust sidebar modal styles, consolidate css (#22444) 2023-07-07 06:54:47 +08:00
modal.scss UX: adjust sidebar modal styles, consolidate css (#22444) 2023-07-07 06:54:47 +08:00
tags-modal.scss FIX: Loading more tags in edit nav menu tags modal not working (#22770) 2023-07-25 13:44:25 +08:00