mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Don't let quote thumbnails get taller than the quote itself
This commit is contained in:
committed by
Scott Nonnenberg
parent
ca669a2638
commit
932e44e3bf
@@ -14797,6 +14797,24 @@
|
||||
"updated": "2019-11-01T22:46:33.013Z",
|
||||
"reasonDetail": "Used for setting focus only"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/Quote.js",
|
||||
"line": " const imageRef = react_1.useRef(new Image());",
|
||||
"lineNumber": 227,
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-01-20T21:30:08.430Z",
|
||||
"reasonDetail": "Doesn't touch the DOM."
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/Quote.tsx",
|
||||
"line": " const imageRef = useRef(new Image());",
|
||||
"lineNumber": 446,
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-01-20T21:30:08.430Z",
|
||||
"reasonDetail": "Doesn't touch the DOM."
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/ReactionPicker.js",
|
||||
|
||||
Reference in New Issue
Block a user