Fix display error in the Categories dropdown (#39811)

* Set flip as false

* Add changelog
This commit is contained in:
Fernando Marichal 2023-08-21 11:02:12 -03:00 committed by GitHub
parent 1227a27458
commit 79df3d7937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: fix
Categories dropdown display error #39810

View File

@ -104,6 +104,7 @@ export const SelectTreeMenu = ( {
}
) }
position={ position }
flip={ false }
animate={ false }
onFocusOutside={ ( event ) => {
if ( isEventOutside( event ) ) {