Skip to content

Commit

Permalink
fix: correct regression to incorrect layout in Toolbar component
Browse files Browse the repository at this point in the history
  • Loading branch information
stropitek committed Oct 18, 2024
1 parent a51279a commit 9eb75ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/toolbar/Toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export function Toolbar(props: ToolbarProps) {
return (
<ToolbarProvider value={contextValue}>
<ButtonGroup
ref={ref}
// Reset because of layout effect above
// TODO: remove once the workaround is no longer needed
key={String(vertical)}
Expand Down

0 comments on commit 9eb75ae

Please sign in to comment.