forked from FOSS/BangleApps
rep: redraw instantly on interaction
parent
08cd679f38
commit
0bb1fb3ffe
|
@ -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();
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue