diff --git a/src/actions/entropy.js b/src/actions/entropy.js index de15c6bb7..a20159c96 100644 --- a/src/actions/entropy.js +++ b/src/actions/entropy.js @@ -24,7 +24,7 @@ export const updateEntropyVisibility = debounce((dispatch, getState) => { const [data, maxYVal] = calcEntropyInView(tree.nodes, tree.visibility, entropy.selectedCds, entropy.showCounts); dispatch({type: types.ENTROPY_DATA, data, maxYVal}); -}, 500, { leading: false, trailing: true }); +}, 500, { leading: true, trailing: true }); /** * Returns a thunk which makes zero or one dispatches to update the entropy reducer