[Glitch] Trigger initial field flow recalculation

Port 99db6a19104b52c993966294af62cbde1422949a to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo 2026-05-19 14:58:46 +02:00 committed by Claire
parent 1aa53eb328
commit 0612de6202

View File

@ -317,9 +317,10 @@ function useColumnWrap() {
if (element) {
listRef.current = element;
observer.observe(element);
handleRecalculate();
}
},
[observer],
[handleRecalculate, observer],
);
return { wrapperRef: wrapperRefCallback };