Commit 8e0a312
committed
fix(toast): improve Firefox compatibility for hover state
Use double requestAnimationFrame for blur handling to ensure hover state
is properly settled before processing blur events. This fixes the issue
where Firefox would still collapse toasts when hovering due to different
timing in hover state recalculation.1 parent 11d4959 commit 8e0a312
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
0 commit comments