summaryrefslogtreecommitdiff
path: root/frontend/app/views/graph/graph.actions.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/views/graph/graph.actions.js')
-rw-r--r--frontend/app/views/graph/graph.actions.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/app/views/graph/graph.actions.js b/frontend/app/views/graph/graph.actions.js
index 6d5cb51..dbabbaf 100644
--- a/frontend/app/views/graph/graph.actions.js
+++ b/frontend/app/views/graph/graph.actions.js
@@ -30,6 +30,10 @@ export const toggleAudioList = () => dispatch => {
dispatch({ type: types.graph.toggle_audio_list })
}
+export const toggleCursorList = () => dispatch => {
+ dispatch({ type: types.graph.toggle_cursor_list })
+}
+
export const updateGraphPage = page => dispatch => {
dispatch({ type: types.graph.update_graph_page, page })
}