mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
remove comment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user