Don't let quote thumbnails get taller than the quote itself
This commit is contained in:
parent
ca669a2638
commit
932e44e3bf
3 changed files with 81 additions and 31 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue