Skip to content

Commit 0921ee2

Browse files
subirjollySubir Jolly
andauthored
feat: scroll selected bucket into view (#3402)
Co-authored-by: Subir Jolly <subirjolly@Subirs-MacBook-Pro.local>
1 parent 4b91dc8 commit 0921ee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/flows/pipes/QueryBuilder/BucketSelector.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ const BucketSelector: FC = () => {
130130
autoHideScrollbars={true}
131131
testID="buckets-list"
132132
style={{flex: '1 0 0'}}
133+
scrollToSelected={true}
133134
>
134135
{sections.user.length && (
135136
<List.Divider

0 commit comments

Comments
 (0)