This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Commit e73b35b
fix(expandableList): use
If expandable list is hidden by default than all the items
get tooltips as the `useHasOverflow` will detect that the text
for all the items is not completely shown so by using
`useHasOverflowWithResizeEvent` the check will run on each
resize which will resolve this issue.useHasOverflowWithResizeEvent hook for text1 parent 8b7d228 commit e73b35b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments