mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
This commit is contained in:
parent
5ed8dea705
commit
dc990db7f1
3 changed files with 14 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ export const Analyser = (props: AnalyseProps) => {
|
|||
togglePlay();
|
||||
e.preventDefault();
|
||||
}
|
||||
if (e.key === '=') {
|
||||
if (e.key === '+') {
|
||||
fixPlayOffset();
|
||||
setSpeed(speed() + 0.25);
|
||||
e.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue