Avoid errant scroll on context menu hide

This commit is contained in:
trevor-signal
2025-02-19 12:22:48 -05:00
committed by GitHub
parent 78cfa7eca3
commit 1d44c70393
6 changed files with 33 additions and 4 deletions

View File

@@ -365,6 +365,7 @@ export function TimelineMessage(props: Props): JSX.Element {
i18n={i18n}
triggerId={triggerId}
shouldShowAdditional={shouldShowAdditional}
interactionMode={props.interactionMode}
onDownload={handleDownload}
onEdit={
canEditMessage