rep: redraw instantly on interaction

pull/2851/head
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: () => {
buzzInteraction();
state?.rewind();
drawRep();
},
},
{
@ -177,6 +178,7 @@ const layout = new L({
cb: () => {
buzzInteraction();
state?.forward();
drawRep();
},
}
]