Skip to content

Commit

Permalink
ResizableEditor: Fix tab order for resize handles (#57475)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Jan 3, 2024
1 parent 45dc4b1 commit a85dcae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ function ResizableEditor( { enableResizing, height, children } ) {
maxWidth="100%"
maxHeight="100%"
enable={ {
right: enableResizing,
left: enableResizing,
right: enableResizing,
} }
showHandle={ enableResizing }
// The editor is centered horizontally, resizing it only
Expand Down

0 comments on commit a85dcae

Please sign in to comment.