summaryrefslogtreecommitdiff
path: root/frontend/views/graph/graph.reducer.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-10 14:19:35 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-10 14:19:35 +0200
commit9a1cac006a80098f90f2febf751632c7e5ffbfa0 (patch)
treecb255601d15b4deef59f3162407412681c5ac7de /frontend/views/graph/graph.reducer.js
parent107bf7b019215634741b11dbf07fc23c65a072b6 (diff)
setting page background color
Diffstat (limited to 'frontend/views/graph/graph.reducer.js')
-rw-r--r--frontend/views/graph/graph.reducer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/views/graph/graph.reducer.js b/frontend/views/graph/graph.reducer.js
index 60f52ee..37798b3 100644
--- a/frontend/views/graph/graph.reducer.js
+++ b/frontend/views/graph/graph.reducer.js
@@ -90,7 +90,7 @@ export default function graphReducer(state = initialState, action) {
editor: {
...state.editor,
addingPage: false,
- editingPage: true,
+ editingPage: !state.editor.editingPage,
}
}