We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8caa7c3 commit 2b6dae3Copy full SHA for 2b6dae3
src/actionTypes/index.ts
@@ -29,3 +29,4 @@ export const UPDATE_HTML_ATTR: string = 'UPDATE_HTML_ATTR';
29
export const UPDATE_CHILDREN_SORT: string = 'UPDATE_CHILDREN_SORT';
30
export const CHANGE_IMAGE_SOURCE: string = 'CHANGE_IMAGE_SOURCE';
31
export const DELETE_IMAGE: string = 'DELETE_IMAGE';
32
+export const TOGGLE_STATE: string = 'TOGGLE_STATE';
src/utils/componentReducer.util.ts
@@ -415,7 +415,6 @@ export const toggleComponentState = (
415
element.stateful = !element.stateful;
416
}
417
});
418
-
419
// return state and updated components array
420
return {
421
...state,
0 commit comments