Skip to content

Commit fafd8d3

Browse files
committed
prettier
1 parent 799c994 commit fafd8d3

File tree

1 file changed

+1
-1
lines changed
  • src/styles/utils/generators/TooltipStyleUtils

1 file changed

+1
-1
lines changed

src/styles/utils/generators/TooltipStyleUtils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ const createTooltipStyleUtils: StyleUtilGenerator<GetTooltipStylesStyleUtil> = (
242242
// We are adding this to prevent the tooltip text from being selected and copied on CTRL + A.
243243
...styles.userSelectNone,
244244

245-
// Hovering over a link tooltip in a chat message causes the "report action" hover state to reset to false.
245+
// Hovering over a link tooltip in a chat message causes the "report action" hover state to reset to false.
246246
// To prevent this, we disable pointer events for the tooltip.
247247
// However, an exception is needed for educational tooltips since they are interactive.
248248
...(!isEducationTooltip ? styles.pointerEventsNone : {}),

0 commit comments

Comments
 (0)