Skip to content

Commit 6edbd79

Browse files
committed
Add overlooked attr for menus
1 parent 47436c8 commit 6edbd79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/_enqueues/wp/customize/controls.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2966,6 +2966,7 @@
29662966
} );
29672967
} else {
29682968
panel._animateChangeExpanded( function() {
2969+
backBtn.attr( 'tabindex', '0' );
29692970
backBtn.trigger( 'focus' );
29702971
accordionSection.css( 'top', '' );
29712972
container.scrollTop( 0 );

0 commit comments

Comments
 (0)