Skip to content

Commit

Permalink
Changed Inline Documentation Order (#68879)
Browse files Browse the repository at this point in the history
* Changed Inline Documentation Order

* Changed Inline Documentation Order

Co-authored-by: shail-mehta <[email protected]>
Co-authored-by: t-hamano <[email protected]>
  • Loading branch information
3 people authored Jan 25, 2025
1 parent d516b23 commit 3f87733
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/editor/src/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -1220,10 +1220,10 @@ export const isEditorPanelOpened = createRegistrySelector(
/**
* Returns the current selection start.
*
* @deprecated since Gutenberg 10.0.0.
*
* @param {Object} state
* @return {WPBlockSelection} The selection start.
*
* @deprecated since Gutenberg 10.0.0.
*/
export function getEditorSelectionStart( state ) {
deprecated( "select('core/editor').getEditorSelectionStart", {
Expand All @@ -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 3f87733

Please sign in to comment.