Skip to content

Commit

Permalink
scroller: give focus back to recycler after interaction
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Nov 21, 2023
1 parent 3fe9fdc commit b9a4be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ScrollerManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ export default defineComponent({
this.interacting = false;
this.recyclerScrolled(null); // make sure final position is correct
this.$emit('interactend'); // tell recycler to load stuff
this.recycler?.$el.focus(); // give focus back to recycler
},
/** Update scroller is being used to scroll recycler */
Expand Down

0 comments on commit b9a4be7

Please sign in to comment.