Skip to content

Commit

Permalink
Post Actions: Correctly disable dropdown trigger (#61625)
Browse files Browse the repository at this point in the history
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: youknowriad <[email protected]>
  • Loading branch information
3 people authored May 14, 2024
1 parent 93d4229 commit 995a293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/post-actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default function PostActions( { onActionPerformed, buttonProps } ) {
icon={ moreVertical }
label={ __( 'Actions' ) }
disabled={ ! actions.length }
__experimentalIsFocusable
className="editor-all-actions-button"
onClick={ () =>
setIsActionsMenuOpen( ! isActionsMenuOpen )
Expand Down

0 comments on commit 995a293

Please sign in to comment.