diff --git a/editor/reducer.js b/editor/reducer.js index 9014345bb7e733..aaf87267e4b064 100644 --- a/editor/reducer.js +++ b/editor/reducer.js @@ -261,7 +261,7 @@ export const editor = combineUndoableReducers( { return state; }, -}, { resetTypes: [ 'RESET_POST' ] } ); +}, { resetTypes: [ 'SETUP_EDITOR' ] } ); /** * Reducer returning the last-known state of the current post, in the format