mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
Fix issue where seeking would leave the marquee in seeking state and never unset focus
This commit is contained in:
parent
624a5aefc7
commit
c36ed2c805
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ const Position = ({
|
|||
max="100"
|
||||
step="1"
|
||||
value={displayedPosition}
|
||||
onChange={setPosition}
|
||||
onInput={setPosition}
|
||||
onMouseUp={seekToPercentComplete}
|
||||
onMouseDown={setPosition}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue