Skip to content

Commit

Permalink
Merge pull request #636 from tomusborne/release/3.5.1
Browse files Browse the repository at this point in the history
Release: 3.5.1
  • Loading branch information
tomusborne authored Sep 4, 2024
2 parents a12da1c + 67b9655 commit 8598ca6
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets/js/dropdown-click.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
// Open the sub-menu by clicking on the entire link element
if ( body.classList.contains( 'dropdown-click-menu-item' ) ) {
for ( i = 0; i < parentElementLinks.length; i++ ) {
parentElementLinks[ i ].addEventListener( 'click', dropdownClick, false );
parentElementLinks[ i ].addEventListener( 'click', dropdownClick, true );

parentElementLinks[ i ].addEventListener( 'keydown', function( e ) {
var _this = this;
Expand Down
2 changes: 1 addition & 1 deletion assets/js/dropdown-click.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8598ca6

Please sign in to comment.