We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2189de1 commit f91113dCopy full SHA for f91113d
src/toolbar/flexible.tsx
@@ -48,7 +48,7 @@ export function shrinkToolbarData<E>({
48
49
if (
50
hideAllNext ||
51
- (isLastElement(i, j)
+ (!hiddenActions.length && isLastElement(i, j)
52
? // Hide last element only if it doesn't fit
53
currentWidth > availableWidth
54
: // Hide other elements if they don't fit counting dots button width
0 commit comments