UNPKG

@wordpress/block-editor

Version:
14 lines (13 loc) 381 B
// packages/block-editor/src/components/selection-scroll-into-view/index.js import deprecated from "@wordpress/deprecated"; function MultiSelectScrollIntoView() { deprecated("wp.blockEditor.MultiSelectScrollIntoView", { hint: "This behaviour is now built-in.", since: "5.8" }); return null; } export { MultiSelectScrollIntoView }; //# sourceMappingURL=index.js.map