history seems to be working
This commit is contained in:
parent
b55cba198e
commit
c07489080a
7 changed files with 292 additions and 222 deletions
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue