Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Apr 3, 2024
1 parent 4a1f0fa commit 948e5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Tooltip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</script>

<div class="tooltip-wrapper" data-tid={testId}>
<!-- The relevant element passed as the slot should have the appropriate role. -->
<!-- The relevant element passed as the slot should have an appropriate role if necessary. -->
<!-- svelte-ignore a11y-no-static-element-interactions -->
<div
class="tooltip-target"
Expand Down

0 comments on commit 948e5a0

Please sign in to comment.