We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799c994 commit fafd8d3Copy full SHA for fafd8d3
src/styles/utils/generators/TooltipStyleUtils/index.ts
@@ -242,7 +242,7 @@ const createTooltipStyleUtils: StyleUtilGenerator<GetTooltipStylesStyleUtil> = (
242
// We are adding this to prevent the tooltip text from being selected and copied on CTRL + A.
243
...styles.userSelectNone,
244
245
- // Hovering over a link tooltip in a chat message causes the "report action" hover state to reset to false.
+ // Hovering over a link tooltip in a chat message causes the "report action" hover state to reset to false.
246
// To prevent this, we disable pointer events for the tooltip.
247
// However, an exception is needed for educational tooltips since they are interactive.
248
...(!isEducationTooltip ? styles.pointerEventsNone : {}),
0 commit comments