Skip to content

Commit

Permalink
fix(user-menu): focus on user menu when it is opened (SAP#10967)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobromiraboycheva authored Feb 27, 2025
1 parent 8cba1cf commit a9e2868
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fiori/src/UserMenuTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default function UserMenuTemplate(this: UserMenu) {
placement="Bottom"
verticalAlign="Bottom"
horizontalAlign="End"
preventInitialFocus={true}
accessibleName={this.accessibleNameText}
open={this.open}
opener={this.opener}
Expand Down

0 comments on commit a9e2868

Please sign in to comment.