this._closeOnSbbTooltipCloseClick(event)}
+ ${ref(
+ (tooltipContentRef) =>
+ (this._tooltipContentElement = tooltipContentRef as HTMLElement),
+ )}
+ class="sbb-tooltip__content"
>
- {/* eslint-disable-next-line jsx-a11y/no-static-element-interactions, jsx-a11y/click-events-have-key-events */}
-
this._closeOnSbbTooltipCloseClick(event)}
- ref={(tooltipContentRef) => (this._tooltipContentElement = tooltipContentRef)}
- class="sbb-tooltip__content"
- >
-
- No content
-
- {!this.hideCloseButton && !this._hoverTrigger && closeButton}
-
-
-
-
- );
+