fix(ui) - network tab click
This commit is contained in:
parent
3132776f4e
commit
f83dc3336c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import cn from 'classnames';
|
||||
import { connectPlayer } from 'Player';
|
||||
import { connectPlayer, jump } from 'Player';
|
||||
import { QuestionMarkHint, Popup, Tabs, Input } from 'UI';
|
||||
import { getRE } from 'App/utils';
|
||||
import { TYPES } from 'Types/session/resource';
|
||||
|
|
@ -200,6 +200,7 @@ export default class Network extends React.PureComponent {
|
|||
fetchPresented = { fetchPresented }
|
||||
resourcesSize={resourcesSize}
|
||||
transferredSize={transferredSize}
|
||||
onRowClick={ (e, index) => { jump(e.time); } }
|
||||
/>
|
||||
{/* <BottomBlock>
|
||||
<BottomBlock.Header>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue