(center: number)
| 34 | * The tooltip will be placed at the starting x-coordinate from the wrapped element. |
| 35 | */ |
| 36 | const overflowLeft = (center: number): boolean => { |
| 37 | return center < 0; |
| 38 | }; |
| 39 | |
| 40 | /** |
| 41 | * Return true when the tooltip center x-coordinate + tooltip width is greater than the layout width |
no outgoing calls
no test coverage detected
searching dependent graphs…