@wordpress/block-editor
Version:
8 lines (7 loc) • 790 B
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/components/selection-scroll-into-view/index.js"],
"sourcesContent": ["/**\n * WordPress dependencies\n */\nimport deprecated from '@wordpress/deprecated';\n\n/**\n * Scrolls the multi block selection end into view if not in view already. This\n * is important to do after selection by keyboard.\n *\n * @deprecated\n */\nexport function MultiSelectScrollIntoView() {\n\tdeprecated( 'wp.blockEditor.MultiSelectScrollIntoView', {\n\t\thint: 'This behaviour is now built-in.',\n\t\tsince: '5.8',\n\t} );\n\treturn null;\n}\n"],
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,wBAAuB;AAQhB,SAAS,4BAA4B;AAC3C,wBAAAA,SAAY,4CAA4C;AAAA,IACvD,MAAM;AAAA,IACN,OAAO;AAAA,EACR,CAAE;AACF,SAAO;AACR;",
"names": ["deprecated"]
}