Skip to content

Commit

Permalink
Merge pull request #14353 from primefaces/issue-14335
Browse files Browse the repository at this point in the history
Fixed #14335 - Multiselect | clicking directly on the svg icon closes…
  • Loading branch information
cetincakiroglu authored Dec 13, 2023
2 parents 88e12c3 + c0048ed commit 636a4a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export class MultiSelectItem {
option: this.option,
selected: this.selected
});
event.stopPropagation();
}

onOptionMouseEnter(event: Event) {
Expand Down

0 comments on commit 636a4a5

Please sign in to comment.