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", {