Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Prev Previous commit
Next Next commit
closes #402 re-enable auto scroll
  • Loading branch information
thabti committed Jul 17, 2016
commit edec6c378ef28e95ea4ef53b3ccd356726ed05db
2 changes: 1 addition & 1 deletion src/redux/modules/audioplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const initialState = {
to: undefined,
times: Infinity
},
shouldScroll: false,
shouldScroll: true,
isLoadedOnClient: false,
isLoading: true
};
Expand Down