fix(SW-1003): Moved tooltip on mobile and fixed bug with touch/click
This commit is contained in:
@@ -18,4 +18,5 @@ export interface TooltipProps<P extends TooltipPosition = TooltipPosition> {
|
||||
text?: string
|
||||
position: P
|
||||
arrow: ValidArrow<P>
|
||||
isTouchable?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user