fix modal close scroll (#4162)

* fix modal close scroll

* update refresh
This commit is contained in:
heheer
2025-03-14 14:21:48 +08:00
committed by GitHub
parent bd369d3b09
commit 561a496f80
3 changed files with 5 additions and 4 deletions

View File

@@ -260,7 +260,7 @@ const CollectionReader = ({
quoteRefs={itemRefs as React.MutableRefObject<(HTMLDivElement | null)[]>}
quoteIndex={item.quoteIndex}
setQuoteIndex={setQuoteIndex}
refreshList={() => loadInitData(false)}
refreshList={() => loadInitData(false, true)}
updated={item.updated}
isCurrentSelected={item.isCurrentSelected}
q={item.q}