Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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