Skip to content

Commit

Permalink
.rz-navigation-item-link added to checks
Browse files Browse the repository at this point in the history
  • Loading branch information
enchev committed Mar 3, 2023
1 parent a6c6021 commit 25c57d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Radzen.Blazor/wwwroot/Radzen.Blazor.js
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ window.Radzen = {
if (closestPopup && closestPopup != popup) {
return;
}
var closestLink = e.target.closest && e.target.closest('.rz-link');
var closestLink = e.target.closest && (e.target.closest('.rz-link') || e.target.closest('.rz-navigation-item-link'));
if (closestLink) {
if (Radzen.closeAllPopups) {
Radzen.closeAllPopups();
Expand Down

0 comments on commit 25c57d6

Please sign in to comment.