Skip to content

Commit

Permalink
Disable direct insertion in Offcanvas
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Jan 5, 2023
1 parent 3b8f38b commit ea470ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const Appender = forwardRef( ( props, ref ) => {
position="bottom right"
isAppender={ true }
selectBlockOnInsert={ false }
shouldDirectInsert={ false }
__experimentalIsQuick
{ ...props }
/>
Expand Down

1 comment on commit ea470ae

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/3845721750
📝 Reported issues:

Please sign in to comment.