Skip to content

Commit

Permalink
added layout width when select message result (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
molotgor authored Mar 20, 2023
1 parent d9f1ad5 commit bd81a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.2.4",
"version": "5.2.5",
"description": "",
"main": "index.tsx",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions src/stores/workspace/WorkspacesStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ export default class WorkspacesStore {
targetMessage: item,
streams: [item.sessionId],
},
layout: [50, 50],
}).then(workspace => this.addWorkspace(workspace));
} else {
this.activeWorkspace.messagesStore.onMessageSelect(item);
Expand Down

0 comments on commit bd81a31

Please sign in to comment.