From 149a75f80c5fbd09329a2e7f87204e67a2c429df Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 9 Jun 2020 19:28:01 +0200 Subject: add opacity slider and properly debounce it --- frontend/views/page/page.reducer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/views/page/page.reducer.js') diff --git a/frontend/views/page/page.reducer.js b/frontend/views/page/page.reducer.js index 82ea178..1c66491 100644 --- a/frontend/views/page/page.reducer.js +++ b/frontend/views/page/page.reducer.js @@ -17,7 +17,7 @@ const initialState = crudState('page', { const reducer = crudReducer('page') export default function pageReducer(state = initialState, action) { - console.log(action.type, action) + // console.log(action.type, action) state = reducer(state, action) switch (action.type) { case types.tile.create: -- cgit v1.2.3-70-g09d2