diff --git a/editor/state.js b/editor/state.js index 1ea18cd909a4f..392b4aba99e6b 100644 --- a/editor/state.js +++ b/editor/state.js @@ -215,7 +215,7 @@ export const editor = combineUndoableReducers( { return state; }, -}, { resetTypes: [ 'RESET_BLOCKS' ] } ); +}, { resetTypes: [ 'RESET_BLOCKS', 'SETUP_NEW_POST' ] } ); /** * Reducer returning the last-known state of the current post, in the format