Skip to content

Commit

Permalink
perf: reduce jumpToMessage delay for quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
WofWca committed Jan 19, 2025
1 parent e06a43c commit 6c72ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/message/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ export const Quote = ({
jumpToMessage({
accountId,
msgId: quote.messageId,
msgChatId: undefined,
msgChatId: quote.chatId,
highlight: true,
msgParentId,
// Often times the quoted message is already in view,
Expand Down

0 comments on commit 6c72ce6

Please sign in to comment.