mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
Fix issue [AF-2056](https://linear.app/affine-design/issue/AF-2056). ### What changed? - Check both `showDownIndicator` and `filteredItems.length` when rendering `DownArrowIcon`. - Use `scrollIntoView` instead of `scrollToEnd` during AI result transmission. 