mirror of https://github.com/espruino/BangleApps
rep: redraw instantly on interaction
parent
08cd679f38
commit
0bb1fb3ffe
|
@ -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();
|
||||
},
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue