Skip to content

Commit

Permalink
tests: gsuiTimeline, fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mr21 committed May 12, 2024
1 parent c84df52 commit 4cebd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsuiTimeline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
inpPBB.oninput = e => GSUsetAttribute( timeline, "pxperbeat", inpPBB.value );
inpBPM.oninput =
inpSPB.oninput = e => GSUsetAttribute( timeline, "timedivision", `${ inpBPM.value }/${ inpSPB.value }` );
document.body.oninput = e => e.target.nextElementSibling.nextElementSibling.textContent = e.target.value;
document.querySelector( "#testCtrls" ).oninput = e => e.target.nextElementSibling.nextElementSibling.textContent = e.target.value;
</script>
</body>
</html>

0 comments on commit 4cebd49

Please sign in to comment.