From 995a29383370df545c2954e3cdae84f94dab3068 Mon Sep 17 00:00:00 2001 From: George Mamadashvili Date: Tue, 14 May 2024 23:54:34 +0400 Subject: [PATCH] Post Actions: Correctly disable dropdown trigger (#61625) Co-authored-by: Mamaduka Co-authored-by: youknowriad --- packages/editor/src/components/post-actions/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor/src/components/post-actions/index.js b/packages/editor/src/components/post-actions/index.js index 14914ccd8f320b..2a4fe03e90d6e5 100644 --- a/packages/editor/src/components/post-actions/index.js +++ b/packages/editor/src/components/post-actions/index.js @@ -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 )