diff --git a/src/App.tsx b/src/App.tsx index 06eefa73..ee2693b5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -491,7 +491,7 @@ function App(props: RouteComponentProps) { xOffset: 0, showPutativeDriver, width: visPanelWidth, - drivers, + drivers: demo.drivers ?? drivers, selectedSvId, breakpoints: breakpoints, crossChr: false,