minor style changes
All checks were successful
Deploy App / build (push) Successful in 1m9s
Deploy App / deploy (push) Successful in 21s

This commit is contained in:
valere
2026-02-10 22:04:52 +01:00
parent a349205af9
commit 620112d9ba
4 changed files with 10 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
<button @click="Rewind">
rewind
</button>
<div>{{ progressPercentage }}</div>
<!-- <div>{{ progressPercentage }}</div> -->
<div>{{ currentSpeed }}</div>
</div>
<div class="disc" ref="discRef" id="disc">
@@ -183,7 +183,10 @@ const Reverse = () => {
}
const Rewind = async () => {
// ...
if (!disc.value || !sampler.value) return
Reverse()
play()
}
const handleKeyDown = (e: KeyboardEvent) => {