Skip to content

Commit 5f18d6f

Browse files
committed
cleaned up white space
1 parent 75cdb68 commit 5f18d6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/mgt-people-picker/mgt-people-picker.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ export class MgtPeoplePicker extends MgtTemplatedComponent {
676676
this.requestUpdate();
677677
this.fireCustomEvent('selectionChanged', this.selectedPeople);
678678
}
679+
679680
if (input) {
680681
people = [];
681682
if (this.type === PersonType.person || this.type === PersonType.any) {
@@ -701,7 +702,7 @@ export class MgtPeoplePicker extends MgtTemplatedComponent {
701702
}
702703
}
703704
}
704-
// default group search with user input
705+
705706
if ((this.type === PersonType.group || this.type === PersonType.any) && people.length < this.showMax) {
706707
people = [];
707708
try {

0 commit comments

Comments
 (0)