Fix react picker positioning in narrow window

This commit is contained in:
Jamie
2025-11-18 15:45:51 -08:00
committed by GitHub
parent 05c3966dd6
commit 745472cc4b
3 changed files with 30 additions and 52 deletions

View File

@@ -1843,13 +1843,6 @@
"updated": "2021-01-20T21:30:08.430Z",
"reasonDetail": "Doesn't touch the DOM."
},
{
"rule": "React-useRef",
"path": "ts/components/conversation/TimelineMessage.dom.tsx",
"line": " const menuTriggerRef = useRef<ContextMenuTriggerType | null>(null);",
"reasonCategory": "usageTrusted",
"updated": "2023-12-08T20:28:57.595Z"
},
{
"rule": "React-useRef",
"path": "ts/components/conversation/TypingBubble.dom.tsx",