Fix issue where seeking would leave the marquee in seeking state and never unset focus

This commit is contained in:
Jordan Eldredge 2018-01-31 20:02:46 -08:00
parent 624a5aefc7
commit c36ed2c805

View file

@ -32,7 +32,6 @@ const Position = ({
max="100"
step="1"
value={displayedPosition}
onChange={setPosition}
onInput={setPosition}
onMouseUp={seekToPercentComplete}
onMouseDown={setPosition}