Skip to content

Commit

Permalink
* picker: set relativeTarget to menu in picker menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Aug 23, 2024
1 parent 7eca974 commit c5393f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/picker/src/component/picker-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export class PickerMenu extends PickPop<PickerState, PickerMenuProps> {
header,
footer,
noMatchHint,
relativeTarget: this,
}, menu, tree);
}

Expand Down

0 comments on commit c5393f7

Please sign in to comment.