1
0
Fork 0

rep: redraw instantly on interaction

master
Rob Pilling 2023-06-30 12:18:41 +01:00
parent 08cd679f38
commit 0bb1fb3ffe
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,7 @@ const layout = new L({
cb: () => { cb: () => {
buzzInteraction(); buzzInteraction();
state?.rewind(); state?.rewind();
drawRep();
}, },
}, },
{ {
@ -177,6 +178,7 @@ const layout = new L({
cb: () => { cb: () => {
buzzInteraction(); buzzInteraction();
state?.forward(); state?.forward();
drawRep();
}, },
} }
] ]