fix(ui): remove old func

This commit is contained in:
sylenien 2022-11-28 16:51:56 +01:00
parent 1a377b42da
commit c047ff166a

View file

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