Add correlated Logs view
This commit is contained in:
parent
b1a44e337a
commit
ea3eb80c07
3 changed files with 215 additions and 2 deletions
|
|
@ -765,6 +765,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* Send packet ts to the top */
|
||||
this.props.onTsChange(this.pkt.pos);
|
||||
|
||||
/* Output the packet */
|
||||
if (this.pkt.is_io && !this.pkt.is_output) {
|
||||
this.sendInput(this.pkt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue