Fix breaking select popups in filters (#1193)

* Fix breaking select popups in filters

* Update changelog
This commit is contained in:
Dawid Tarasiuk 2021-06-25 09:52:14 +02:00 committed by GitHub
parent 58199d259e
commit 1b7ed5babf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -54,6 +54,7 @@ All notable, unreleased changes to this project will be documented in this file.
- Support staff only voucher - #1174 by @orzechdev - Support staff only voucher - #1174 by @orzechdev
- Fix label names in reference attributes - #1184 by @orzechdev - Fix label names in reference attributes - #1184 by @orzechdev
- Fix failing product update with file attribute - #1190 by @orzechdev - Fix failing product update with file attribute - #1190 by @orzechdev
- Fix breaking select popups in filters - #1193 by @orzechdev
# 2.11.1 # 2.11.1

View file

@ -129,6 +129,7 @@ const Filter: React.FC<FilterProps> = props => {
setFilterMenuOpened(false); setFilterMenuOpened(false);
} }
}} }}
mouseEvent="onMouseUp"
> >
<div ref={anchor}> <div ref={anchor}>
<ButtonBase <ButtonBase