fix(ui): remove old func
This commit is contained in:
parent
1a377b42da
commit
c047ff166a
1 changed files with 6 additions and 7 deletions
|
|
@ -327,7 +327,6 @@ function NetworkPanel() {
|
||||||
sortBy={sortBy}
|
sortBy={sortBy}
|
||||||
sortAscending={sortAscending}
|
sortAscending={sortAscending}
|
||||||
onJump={(row: any) => {
|
onJump={(row: any) => {
|
||||||
setPauseSync(true);
|
|
||||||
devTools.update(INDEX_KEY, { index: filteredList.indexOf(row) });
|
devTools.update(INDEX_KEY, { index: filteredList.indexOf(row) });
|
||||||
player.jump(row.time);
|
player.jump(row.time);
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue