Skip to content

Commit

Permalink
Allow an item in the toolbar to lose focus by clicking the toolbar it…
Browse files Browse the repository at this point in the history
…self
  • Loading branch information
mollykreis committed Jan 24, 2025
1 parent 8e13a3f commit 5aa88cd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/nimble-components/src/toolbar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ const nimbleToolbar = Toolbar.compose<ToolbarOptions>({
baseName: 'toolbar',
baseClass: FoundationToolbar,
template,
styles,
shadowOptions: {
delegatesFocus: true
}
styles
});

DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleToolbar());
Expand Down

0 comments on commit 5aa88cd

Please sign in to comment.