Skip to content

Commit

Permalink
fix(elements|ino-nav-drawer): prevent trapping of focus (#1231)
Browse files Browse the repository at this point in the history
fix(elements|ino-drawer): prevent nav drawer from trapping focus
  • Loading branch information
janivo authored Feb 2, 2024
1 parent b8f8d3d commit e24e8a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import classNames from 'classnames';
@Component({
tag: 'ino-nav-drawer',
styleUrl: 'ino-nav-drawer.scss',
shadow: { delegatesFocus: true },
shadow: true,
})
export class NavDrawer implements ComponentInterface {
/**
Expand Down

0 comments on commit e24e8a6

Please sign in to comment.