diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d1876b7..6c0f47dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ All notable, unreleased changes to this project will be documented in this file. - Support staff only voucher - #1174 by @orzechdev - Fix label names in reference attributes - #1184 by @orzechdev - Fix failing product update with file attribute - #1190 by @orzechdev +- Fix breaking select popups in filters - #1193 by @orzechdev # 2.11.1 diff --git a/src/components/Filter/Filter.tsx b/src/components/Filter/Filter.tsx index 7e801026e..4cf1b5306 100644 --- a/src/components/Filter/Filter.tsx +++ b/src/components/Filter/Filter.tsx @@ -129,6 +129,7 @@ const Filter: React.FC = props => { setFilterMenuOpened(false); } }} + mouseEvent="onMouseUp" >