Include lifted state for REORDER_ACTION

This commit is contained in:
EskiMojo14 2024-05-07 22:23:56 +01:00
parent c8cf847681
commit 6a3598b5cd

View File

@ -51,6 +51,7 @@ export function nonReduxDispatch(
switch (action.type) {
case 'TOGGLE_ACTION':
case 'REORDER_ACTION':
return stringifyJSON(state, true);
case 'JUMP_TO_STATE':
return stringifyJSON(state.computedStates[action.index].state, true);