Skip to content

Fixed intersection observer behavior on boards list

Natalia Tepluhina requested to merge ntepluhina-fix-intersection-observer into master

What does this MR do?

Previously, we were fetching board list issues twice due to the incorrect event used on Intersection Observer component. We were using updated (which combines appearing and disappearing of the component), while we should have used appeared. This MR implements the fix and updates related feature specs.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Natalia Tepluhina

Merge request reports

Loading