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 6eb9feb commit 6ba72d1Copy full SHA for 6ba72d1
src/components/mgt-person/mgt-person.ts
@@ -195,9 +195,6 @@ export class MgtPerson extends MgtTemplatedComponent {
195
protected updated(changedProps: PropertyValues) {
196
super.updated(changedProps);
197
198
- const flyout = this.renderRoot.querySelector('.flyout') as HTMLElement;
199
- // const rect = flyout.getBoundingClientRect();
200
-
201
const initials = this.renderRoot.querySelector('.initials-text') as HTMLElement;
202
if (initials && initials.parentNode && (initials.parentNode as HTMLElement).getBoundingClientRect) {
203
const parent = initials.parentNode as HTMLElement;
0 commit comments