fix(SW-1003): Moved tooltip on mobile and fixed bug with touch/click

This commit is contained in:
Pontus Dreij
2024-12-02 13:00:52 +01:00
parent b9803adaa6
commit 684fb0c4d3
3 changed files with 66 additions and 18 deletions
+1
View File
@@ -18,4 +18,5 @@ export interface TooltipProps<P extends TooltipPosition = TooltipPosition> {
text?: string
position: P
arrow: ValidArrow<P>
isTouchable?: boolean
}