Add tooltips to fun picker

This commit is contained in:
Jamie Kyle
2025-04-24 15:17:35 -07:00
committed by GitHub
parent 16e877ece4
commit d6efe16566
10 changed files with 156 additions and 48 deletions

View File

@@ -2022,6 +2022,13 @@
"reasonCategory": "usageTrusted",
"updated": "2025-02-19T20:14:46.879Z"
},
{
"rule": "React-useRef",
"path": "ts/components/fun/base/FunItem.tsx",
"line": " const innerRef = useRef<HTMLButtonElement>(null);",
"reasonCategory": "usageTrusted",
"updated": "2025-04-23T23:43:10.675Z"
},
{
"rule": "React-useRef",
"path": "ts/components/fun/base/FunScroller.tsx",