Skip to content

Commit

Permalink
Avoid concurrency computation of the items to display in notebook too…
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet authored Mar 8, 2024
1 parent 864754e commit f4ccd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-components/src/components/toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ export class ReactiveToolbar extends Toolbar<Widget> {
// Invokes resizing to ensure correct display of items after an addition, only
// if the toolbar is rendered.
if (this.isVisible) {
void this._onResize();
void this._resizer.invoke();
}
}
return status;
Expand Down

0 comments on commit f4ccd67

Please sign in to comment.