Submenu fix on mobile phone#418
Conversation
Allows the submenu to open without the parent link getting clicked on mobile phone
|
|
| } | ||
|
|
||
| parentLi.classList.toggle( 'elementor-active' ); | ||
| if(parentLi.classList.contains('elementor-active')){ |
There was a problem hiding this comment.
| if(parentLi.classList.contains('elementor-active')){ | |
| if ( parentLi.classList.contains( 'elementor-active' ) ) { |
|
|
Thanks so much for taking the time to put together this PR! We really appreciate the help. Since this PR has been inactive for a while, I am going to go ahead and close it for now as part of some routine repository housekeeping. Even for smaller changes like this one, older branches easily get out of sync with the main codebase over time, and we are trying to keep our active backlog clean. Please know that this is just standard cleanup and not a reflection of your work. We still highly value your contribution! If you have a few minutes and still want to get this merged, you are more than welcome to simply open a fresh PR with the changes. Thanks again for supporting the project! |



Allows the submenu to open without the parent link getting clicked on mobile phone
Fixes
#316