We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4da4a3 commit f5c0975Copy full SHA for f5c0975
src/components/mgt-people-picker/mgt-people-picker.ts
@@ -145,6 +145,7 @@ export class MgtPeoplePicker extends MgtTemplatedComponent {
145
*/
146
public connectedCallback() {
147
super.connectedCallback();
148
+ this.addEventListener('click', e => e.stopPropagation());
149
window.addEventListener('click', this.handleWindowClick);
150
}
151
0 commit comments