diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-09-21 21:48:23 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-09-21 21:48:23 +0200 |
| commit | d8ac0c8298cf6157fcf5773eab088f19a2c8fbb1 (patch) | |
| tree | c313de92454827fc804a22d81f313212ac4f517f /animism-align/frontend/app/views/viewer/viewer.reducer.js | |
| parent | e83fbeeefed0a8416b9417f713bc335d79cfbfc7 (diff) | |
background color stuff, pull quotes in the text but not the transcript, inline vitrine stuff
Diffstat (limited to 'animism-align/frontend/app/views/viewer/viewer.reducer.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/viewer.reducer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/viewer/viewer.reducer.js b/animism-align/frontend/app/views/viewer/viewer.reducer.js index e32a0df..17eb90e 100644 --- a/animism-align/frontend/app/views/viewer/viewer.reducer.js +++ b/animism-align/frontend/app/views/viewer/viewer.reducer.js @@ -61,6 +61,7 @@ export default function viewerReducer(state = initialState, action) { ...state, currentSection: action.currentSection, nextSection: action.nextSection, + navStyle: action.currentSection.color, atEndOfSection: false, } |
