Skip to content

Commit

Permalink
Changed Inline Documentation Order
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Jan 25, 2025
1 parent d516b23 commit 300ea00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/editor/src/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -1236,10 +1236,10 @@ export function getEditorSelectionStart( state ) {
/**
* Returns the current selection end.
*
* @deprecated since Gutenberg 10.0.0.
*
* @param {Object} state
* @return {WPBlockSelection} The selection end.
*
* @deprecated since Gutenberg 10.0.0.
*/
export function getEditorSelectionEnd( state ) {
deprecated( "select('core/editor').getEditorSelectionStart", {
Expand Down

0 comments on commit 300ea00

Please sign in to comment.