fix(member-live): stop infinite scroll from cascading into loading every page

This commit is contained in:
Simon 2026-07-16 09:39:14 +02:00
parent f847ae10af
commit f2312c24a1
3 changed files with 14 additions and 12 deletions

View file

@ -125,7 +125,7 @@
wrapper_overflow_class="overflow-visible"
sticky_header={true}
sticky_first_col={true}
viewport_bottom={@more? && "load_more"}
infinite_scroll={@more?}
row_click={
fn {_dom_id, member} ->
JS.push("select_row_and_navigate", value: %{id: member.id})