From 1b7ed5babf354abf86512ef06e60bba504ab3d16 Mon Sep 17 00:00:00 2001 From: Dawid Tarasiuk Date: Fri, 25 Jun 2021 09:52:14 +0200 Subject: [PATCH] Fix breaking select popups in filters (#1193) * Fix breaking select popups in filters * Update changelog --- CHANGELOG.md | 1 + src/components/Filter/Filter.tsx | 1 + 2 files changed, 2 insertions(+) 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" >