From 0bb1fb3ffe6a84462273db9cdacf0f05b61336ad Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Fri, 30 Jun 2023 12:18:41 +0100 Subject: [PATCH] rep: redraw instantly on interaction --- apps/rep/app.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/rep/app.ts b/apps/rep/app.ts index ed84bb48f..152db3eb3 100644 --- a/apps/rep/app.ts +++ b/apps/rep/app.ts @@ -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(); }, } ]