Merged in fix/SW-1003-tooltip-filter-pet-mobile (pull request #1012)

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

Approved-by: Niclas Edenvin
This commit is contained in:
Pontus Dreij
2024-12-02 15:22:54 +00:00
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
}