diff options
| author | Brian Cully <bjc@spork.org> | 2025-07-28 13:14:14 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-07-28 13:14:14 -0400 |
| commit | e714767b8e7793c9130a77833a29716b1f2d0da5 (patch) | |
| tree | ea06a43a8d71df02213401d56d88c1f650350962 /index.html | |
| parent | 683efcb1475a567e44352d115d915d6d26fd45fd (diff) | |
| download | chords-e714767b8e7793c9130a77833a29716b1f2d0da5.tar.gz chords-e714767b8e7793c9130a77833a29716b1f2d0da5.zip | |
fix mute selection/deselection
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ </template> <x-player> + <input type='range' min='0' max='1' value='0.1' step='0.1'> <button class='play'>play ▶️</button> </x-player> <button class='save'>+</button> |
