Skip to content

Commit 6ba72d1

Browse files
committed
removed test code
1 parent 6eb9feb commit 6ba72d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/mgt-person/mgt-person.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,6 @@ export class MgtPerson extends MgtTemplatedComponent {
195195
protected updated(changedProps: PropertyValues) {
196196
super.updated(changedProps);
197197

198-
const flyout = this.renderRoot.querySelector('.flyout') as HTMLElement;
199-
// const rect = flyout.getBoundingClientRect();
200-
201198
const initials = this.renderRoot.querySelector('.initials-text') as HTMLElement;
202199
if (initials && initials.parentNode && (initials.parentNode as HTMLElement).getBoundingClientRect) {
203200
const parent = initials.parentNode as HTMLElement;

0 commit comments

Comments
 (0)