Add correlated Logs view

This commit is contained in:
Kyrylo Gliebov 2018-08-09 18:26:16 +02:00
parent b1a44e337a
commit ea3eb80c07
3 changed files with 215 additions and 2 deletions

View file

@ -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);