diff --git a/.changeset/chilled-otters-remember.md b/.changeset/chilled-otters-remember.md new file mode 100644 index 00000000000..7b2a29f4f0a --- /dev/null +++ b/.changeset/chilled-otters-remember.md @@ -0,0 +1,5 @@ +--- +'@shopify/polaris': patch +--- + +Hide bulk actions popup when all items are deselected. diff --git a/polaris-react/src/components/BulkActions/BulkActions.tsx b/polaris-react/src/components/BulkActions/BulkActions.tsx index 5e2d63dbcd7..0e603e5c19f 100644 --- a/polaris-react/src/components/BulkActions/BulkActions.tsx +++ b/polaris-react/src/components/BulkActions/BulkActions.tsx @@ -298,7 +298,7 @@ class BulkActionsInner extends PureComponent { const allActionsPopover = this.hasActions() ? (
{ actionSections || rolledInPromotedActions.length > 0 || measuring ? (