Fix breaking select popups in filters (#1193)
* Fix breaking select popups in filters * Update changelog
This commit is contained in:
parent
58199d259e
commit
1b7ed5babf
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -129,6 +129,7 @@ const Filter: React.FC<FilterProps> = props => {
|
|||
setFilterMenuOpened(false);
|
||||
}
|
||||
}}
|
||||
mouseEvent="onMouseUp"
|
||||
>
|
||||
<div ref={anchor}>
|
||||
<ButtonBase
|
||||
|
|
Loading…
Reference in a new issue