Skip to content

Commit

Permalink
fix picker action buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
fcannizzaro committed Jan 21, 2024
1 parent 6caa9e1 commit 8163d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/actions/picker/helper/GridHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class GridHelper<Type> {
get lastRow() {
return this.hasTouchScreen
? this.touchButtons
: this.buttons.slice(this.index.close);
: this.buttons.slice(this.index.close + 1);
}

init() {
Expand Down

0 comments on commit 8163d54

Please sign in to comment.