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 7600df6 commit ea548feCopy full SHA for ea548fe
packages/react/src/ActionBar/ActionBar.tsx
@@ -161,7 +161,7 @@ const overflowEffect = (
161
}
162
163
updateListAndMenu({items, menuItems})
164
- } else if (numberOfItemsPossible >= childArray.length && hasActiveMenu) {
+ } else if (numberOfItemsPossible > childArray.length && hasActiveMenu) {
165
/* If the items fit in the list and there are items in the overflow menu, we need to move them back to the list */
166
updateListAndMenu({items: childArray, menuItems: []})
167
0 commit comments