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 Feb 11, 2025
1 parent f1900c1 commit 4990d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
- fix selected account not getting scrolled into view in accounts bar on app start #4542
- message list being empty sometimes when a chat gets opened #4556
- accessibility: improve chat list, message list and contact list semantics #4518
- improve performance a little #4561, #4552, #4584
- improve performance a little #4561, #4552, #4584, #4512
- fix "Empty Hints" in "All Media" view #4609
- fix pasting of (non image) files into composer #4533
- fix translation PluralRules fallback to 'en' not to 'en-US' (en-US isnt valid) #4585
Expand Down
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 @@ -913,7 +913,7 @@ export const Quote = ({
jumpToMessage({
accountId,
msgId: quote.messageId,
msgChatId: undefined,
msgChatId: quote.chatId,
highlight: true,
focus: true,
msgParentId,
Expand Down

0 comments on commit 4990d90

Please sign in to comment.