UI's sequence playback now runs on repeat
This commit is contained in:
parent
46f13759e5
commit
0aff5af83a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export default function useKeyboardShortcuts() {
|
||||||
if (seq.playing) {
|
if (seq.playing) {
|
||||||
seq.pause()
|
seq.pause()
|
||||||
} else {
|
} else {
|
||||||
seq.play()
|
seq.play({iterationCount: Infinity})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue