mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Edit group title/description: fix focus issues
This commit is contained in:
@@ -14123,6 +14123,14 @@
|
||||
"updated": "2021-03-05T22:52:40.572Z",
|
||||
"reasonDetail": "Doesn't interact with the DOM."
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/conversation-details/EditConversationAttributesModal.js",
|
||||
"line": " const focusDescriptionRef = react_1.useRef(initiallyFocusDescription);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-06-04T14:19:49.714Z",
|
||||
"reasonDetail": "Only stores undefined/true/false, not DOM references."
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "ts/components/conversation/media-gallery/MediaGallery.js",
|
||||
|
||||
Reference in New Issue
Block a user