From 3f87733ec7f06019c3a44850a024de145da7254b Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 25 Jan 2025 12:24:44 +0530 Subject: [PATCH] Changed Inline Documentation Order (#68879) * Changed Inline Documentation Order * Changed Inline Documentation Order Co-authored-by: shail-mehta Co-authored-by: t-hamano --- packages/editor/src/store/selectors.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/editor/src/store/selectors.js b/packages/editor/src/store/selectors.js index 4ab0a47210353b..a19f173982d9f0 100644 --- a/packages/editor/src/store/selectors.js +++ b/packages/editor/src/store/selectors.js @@ -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", { @@ -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", {