Skip to content

Commit

Permalink
[TH2-4978] UI skips a message that should be highlighted in the messa… (
Browse files Browse the repository at this point in the history
#561)

[TH2-4978] UI skips a message that should be highlighted in the message box when the event is clicked
  • Loading branch information
tesohi authored Dec 5, 2023
1 parent ac2d241 commit 46cac1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "th2-rpt-viewer",
"version": "5.1.23",
"version": "5.1.24",
"description": "",
"main": "index.tsx",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ const MessagesVirtualizedList = (props: Props) => {
<Virtuoso
data={messageList}
firstItemIndex={startIndex}
atBottomStateChange={onEndReached}
ref={virtuoso}
overscan={overscan}
itemContent={itemRenderer}
Expand Down

0 comments on commit 46cac1e

Please sign in to comment.