From f8abd5269665aeb29362080f8a7e2e1e5d273ec4 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 11 Aug 2023 10:26:01 -0400 Subject: [PATCH] remove comment --- src/components/tooltip/tooltip.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/tooltip/tooltip.component.ts b/src/components/tooltip/tooltip.component.ts index cc8fa2ca..4341f344 100644 --- a/src/components/tooltip/tooltip.component.ts +++ b/src/components/tooltip/tooltip.component.ts @@ -99,8 +99,6 @@ export default class SlTooltip extends ShoelaceElement { constructor() { super(); - // TODO (justinfagnani): does this need to be done in firstUpdated for some - // reason? If so, document why in a comment. this.addEventListener('blur', this.handleBlur, true); this.addEventListener('focus', this.handleFocus, true); this.addEventListener('click', this.handleClick);