Skip to content

Commit

Permalink
Don't change the insertion point when clearing block selection
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Aug 9, 2024
1 parent e3933c8 commit 0154bec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-editor/src/store/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,6 @@ export function insertionPoint( state = null, action ) {

case 'HIDE_INSERTION_POINT':
case 'SELECT_BLOCK':
case 'CLEAR_SELECTED_BLOCK':
return null;
}

Expand Down

0 comments on commit 0154bec

Please sign in to comment.