history seems to be working

This commit is contained in:
Joeri Exelmans 2025-10-17 16:48:39 +02:00
parent b55cba198e
commit c07489080a
7 changed files with 292 additions and 222 deletions

View file

@ -52,6 +52,7 @@ export function App() {
function appendNewConfig(inputEvent: string, simtime: number, config: BigStepOutput) {
setRT([...rt.slice(0, rtIdx!+1), {inputEvent, simtime, ...config}]);
setRTIdx(rtIdx!+1);
console.log('new config:', config);
}
useEffect(() => {