Always move focus to new panel when showing

This commit is contained in:
Josh Perez 2023-06-15 15:26:53 -07:00 committed by GitHub
parent 74ec087a59
commit 4dd7ce36a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 126 additions and 137 deletions

View file

@ -2560,6 +2560,13 @@
"updated": "2023-06-02T00:37:19.861Z",
"reasonDetail": "Reading from innerHTML, not setting it"
},
{
"rule": "React-useRef",
"path": "ts/state/smart/ConversationPanel.tsx",
"line": " const panelRef = useRef<HTMLDivElement | null>(null);",
"reasonCategory": "usageTrusted",
"updated": "2023-06-15T19:55:51.367Z"
},
{
"rule": "React-useRef",
"path": "ts/state/smart/InstallScreen.tsx",