Fix display error in the Categories dropdown (#39811)
* Set flip as false * Add changelog
This commit is contained in:
parent
1227a27458
commit
79df3d7937
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Categories dropdown display error #39810
|
|
@ -104,6 +104,7 @@ export const SelectTreeMenu = ( {
|
||||||
}
|
}
|
||||||
) }
|
) }
|
||||||
position={ position }
|
position={ position }
|
||||||
|
flip={ false }
|
||||||
animate={ false }
|
animate={ false }
|
||||||
onFocusOutside={ ( event ) => {
|
onFocusOutside={ ( event ) => {
|
||||||
if ( isEventOutside( event ) ) {
|
if ( isEventOutside( event ) ) {
|
||||||
|
|
Loading…
Reference in New Issue