Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove outdated SWITCH_BLOCK_TYPE action
  • Loading branch information
nylen committed May 4, 2017
commit 376d81f81ec926facba419416b1d18168eefc8c9
1 change: 0 additions & 1 deletion editor/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const blocks = combineUndoableReducers( {
case 'MOVE_BLOCK_UP':
case 'REPLACE_BLOCKS':
case 'REMOVE_BLOCK':
case 'SWITCH_BLOCK_TYPE':
return true;
}

Expand Down