-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WindowScroller imperative scrolling (#540)
* WindowScroller imperative scrolling * Update src/react/WindowVirtualizer.tsx Co-authored-by: inokawa <48897392+inokawa@users.noreply.github.com> * fixed ts error: getcurrentwindow * removing unnecessary startmargin * scrolltoindex end adjustment for window scrollbar * windowvirtualizer scrolltoindex e2e * removing windowscroller scrollto and scrollby, not needed * Update utils.ts * Catch up main * Fix errors * fixed: windowscroller scrolltoindex getstartspacersize not needed * updated scrolltoindex tests to include paadding around virtualizer * Remove methods not existed in WindowVirtualizerHandle * Some refactor --------- Co-authored-by: inokawa <48897392+inokawa@users.noreply.github.com>
- Loading branch information
1 parent
266ce47
commit 3f0881e
Showing
6 changed files
with
581 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.