remove comment

This commit is contained in:
Cory LaViska
2023-08-11 10:26:01 -04:00
parent 6d7dcfcaf5
commit f8abd52696

View File

@@ -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);